|
|
@ -905,6 +905,7 @@ class AppSettings {
|
|
|
|
await saveData('phone', input['simplydata']['phone'], 'STRING');
|
|
|
|
await saveData('phone', input['simplydata']['phone'], 'STRING');
|
|
|
|
await saveData('email', input['simplydata']['email'][0]['email'], 'STRING');
|
|
|
|
await saveData('email', input['simplydata']['email'][0]['email'], 'STRING');
|
|
|
|
await saveData('supplierId', input['simplydata']['supplierId'], 'STRING');
|
|
|
|
await saveData('supplierId', input['simplydata']['supplierId'], 'STRING');
|
|
|
|
|
|
|
|
await saveData('profile', input['simplydata']['picture'], 'STRING');
|
|
|
|
await saveData('supplieraddress', input['simplydata']['office_address'], 'STRING');
|
|
|
|
await saveData('supplieraddress', input['simplydata']['office_address'], 'STRING');
|
|
|
|
|
|
|
|
|
|
|
|
await loadDataFromMemory();
|
|
|
|
await loadDataFromMemory();
|
|
|
@ -921,6 +922,7 @@ class AppSettings {
|
|
|
|
email=await getData('email', 'STRING');
|
|
|
|
email=await getData('email', 'STRING');
|
|
|
|
phoneNumber=await getData('phone', 'STRING');
|
|
|
|
phoneNumber=await getData('phone', 'STRING');
|
|
|
|
supplierId=await getData('supplierId', 'STRING');
|
|
|
|
supplierId=await getData('supplierId', 'STRING');
|
|
|
|
|
|
|
|
profilePictureUrl=await getData('profile', 'STRING');
|
|
|
|
supplierAddress=await getData('supplieraddress', 'STRING');
|
|
|
|
supplierAddress=await getData('supplieraddress', 'STRING');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|