Update: 2026-06-12 01:23:54
This commit is contained in:
@@ -29,12 +29,12 @@ class WalletController extends GetxController {
|
||||
'driverID': driverID.toString(),
|
||||
});
|
||||
if (res != 'failure') {
|
||||
FirebaseMessagesController().sendNotificationToAnyWithoutData(
|
||||
"لديك هدية من سفَر".tr,
|
||||
'لقد حصلت على هدية من سفر بقيمة $amount ',
|
||||
token, // Access token correctly
|
||||
'ding.wav',
|
||||
);
|
||||
// FirebaseMessagesController().sendNotificationToAnyWithoutData(
|
||||
// "لديك هدية من سفَر".tr,
|
||||
// 'لقد حصلت على هدية من سفر بقيمة $amount ',
|
||||
// token, // Access token correctly
|
||||
// 'ding.wav',
|
||||
// );
|
||||
Get.snackbar('success', 'addPaymentToDriver',
|
||||
backgroundColor: AppColor.greenColor);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user