9/1/1
This commit is contained in:
@@ -104,7 +104,7 @@ class NotificationController extends GetxController {
|
||||
for (var i = 0; i < tokensPassengers.length; i++) {
|
||||
if (formKey.currentState!.validate()) {
|
||||
FirebaseMessagesController().sendNotificationToAnyWithoutData(
|
||||
title.text, body.text, tokensPassengers[i]);
|
||||
title.text, body.text, tokensPassengers[i], 'order.wav');
|
||||
}
|
||||
}
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user