This commit is contained in:
Hamza-Ayed
2024-01-24 02:02:14 +03:00
5 changed files with 24 additions and 1 deletions

View File

@@ -271,7 +271,11 @@ class FirebaseMessagesController extends GetxController {
'notification': <String, dynamic>{
'title': title,
'body': body,
<<<<<<< HEAD
'sound': 'tone2.wav'
=======
'sound': 'tone2.wav'
>>>>>>> 158d5dfb356420937651bcd4d22a779f03a12e07
},
'data': {
'passengerList': map,
@@ -308,7 +312,11 @@ class FirebaseMessagesController extends GetxController {
'notification': <String, dynamic>{
'title': title,
'body': body,
<<<<<<< HEAD
'sound': 'tone2.wav'
=======
'sound': 'tone2.wav'
>>>>>>> 158d5dfb356420937651bcd4d22a779f03a12e07
},
'data': <String, dynamic>{
'click_action': 'FLUTTER_NOTIFICATION_CLICK',