This commit is contained in:
Hamza-Ayed
2024-01-25 02:10:41 +03:00
parent cbd6b45245
commit 9a58d59f4e
9 changed files with 153 additions and 47 deletions

View File

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