25-10-11/1

This commit is contained in:
Hamza-Ayed
2025-11-06 12:29:17 +03:00
parent 14484fcd8f
commit a69e4c6912
46 changed files with 14145 additions and 13529 deletions

View File

@@ -58,11 +58,11 @@ class PassengerNotificationController extends GetxController {
// .sendNotificationToPassengerToken(title, body, 'token', [], 'ding.wav');
NotificationService.sendNotification(
target: 'token'.toString(),
title: title,
title: title.tr,
body: body,
isTopic: false, // Important: this is a token
tone: 'ding',
driverList: [],
driverList: [], category: title,
);
}