25-10-11/1
This commit is contained in:
@@ -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,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user