Update: 2026-06-11 13:47:39
This commit is contained in:
@@ -446,7 +446,7 @@ class FirebaseMessagesController extends GetxController {
|
||||
|
||||
// NotificationController().showNotification(
|
||||
// 'Don’t forget your personal belongings.'.tr,
|
||||
// 'Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app'
|
||||
// 'Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app'
|
||||
// .tr,
|
||||
// 'ding');
|
||||
|
||||
@@ -536,7 +536,7 @@ class FirebaseMessagesController extends GetxController {
|
||||
// if (Platform.isAndroid) {
|
||||
// notificationController.showNotification(
|
||||
// 'Driver Cancelled Your Trip'.tr,
|
||||
// 'you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet'
|
||||
// 'you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet'
|
||||
// .tr,
|
||||
// 'cancel');
|
||||
// }
|
||||
|
||||
@@ -6,7 +6,7 @@ import '../../print.dart'; // للترجمة .tr
|
||||
|
||||
class NotificationService {
|
||||
static const String _serverUrl =
|
||||
'https://api.intaleq.xyz/intaleq/ride/firebase/send_fcm.php';
|
||||
'https://api.intaleq.xyz/siro/ride/firebase/send_fcm.php';
|
||||
|
||||
static Future<void> sendNotification({
|
||||
required String target,
|
||||
|
||||
Reference in New Issue
Block a user