This commit is contained in:
Hamza-Ayed
2024-09-01 17:45:48 +03:00
parent 63cdd871a8
commit 9022941e18
10 changed files with 383 additions and 92 deletions

View File

@@ -143,10 +143,10 @@ class PassengerDetailsPage extends StatelessWidget {
if (key.currentState!.validate()) {
FirebaseMessagesController()
.sendNotificationToAnyWithoutData(
titleNotify.text,
bodyNotify.text,
data['passengerToken'],
);
titleNotify.text,
bodyNotify.text,
data['passengerToken'],
'order.wav');
Get.back();
}
}));