10/15/1
This commit is contained in:
@@ -181,16 +181,16 @@ class OrderRequestPage extends StatelessWidget {
|
||||
box.read(BoxName.tokenDriver).toString(),
|
||||
];
|
||||
// print(bodyToPassenger);
|
||||
FirebaseMessagesController()
|
||||
.sendNotificationToPassengerToken(
|
||||
'Apply Ride',
|
||||
arguments['DriverList'][9].toString(),
|
||||
arguments['DriverList'][9].toString(),
|
||||
// box.read(BoxName.tokenDriver).toString(),
|
||||
bodyToPassenger,
|
||||
);
|
||||
// FirebaseMessagesController()
|
||||
// .sendNotificationToPassengerToken(
|
||||
// 'Apply Ride',
|
||||
// arguments['DriverList'][9].toString(),
|
||||
// arguments['DriverList'][9].toString(),
|
||||
// // box.read(BoxName.tokenDriver).toString(),
|
||||
// bodyToPassenger,
|
||||
// );
|
||||
Get.back();
|
||||
Get.to(() => PassengerLocationDirection(), arguments: {
|
||||
Get.to(() => PassengerLocationMapPage(), arguments: {
|
||||
'passengerLocation': myList[0].toString(),
|
||||
'Duration': myList[4].toString(),
|
||||
'Distance': myList[5].toString(),
|
||||
|
||||
Reference in New Issue
Block a user