25-2/24/1
This commit is contained in:
@@ -31,7 +31,8 @@ class HelpController extends GetxController {
|
||||
update();
|
||||
var res = await CRUD().post(link: AppLink.addhelpCenter, payload: {
|
||||
'driverID': box.read(BoxName.driverID).toString(),
|
||||
'helpQuestion': encryptionHelper.encryptData(helpQuestionController.text)
|
||||
'helpQuestion':
|
||||
EncryptionHelper.instance.encryptData(helpQuestionController.text)
|
||||
});
|
||||
var d = jsonDecode(res);
|
||||
isLoading = false;
|
||||
|
||||
Reference in New Issue
Block a user