25-2/24/1

This commit is contained in:
Hamza-Ayed
2025-02-24 23:38:01 +03:00
parent 5f53461b34
commit d41314cfed
64 changed files with 1180 additions and 494 deletions

View File

@@ -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;