4/9/2
This commit is contained in:
@@ -937,13 +937,13 @@ class MapPassengerController extends GetxController {
|
||||
passengerRate.toStringAsFixed(2),
|
||||
];
|
||||
print(body);
|
||||
FirebaseMessagesController().sendNotificationToDriverMapPolyline(
|
||||
'Order',
|
||||
jsonDecode(value)['message'].toString(),
|
||||
dataCarsLocationByPassenger['message'][carsOrder]['token']
|
||||
.toString(),
|
||||
body,
|
||||
polylineCoordinates.toString());
|
||||
FirebaseMessagesController().sendNotificationToDriverMAP(
|
||||
'Order',
|
||||
jsonDecode(value)['message'].toString(),
|
||||
dataCarsLocationByPassenger['message'][carsOrder]['token'].toString(),
|
||||
body,
|
||||
// polylineCoordinates.toString()
|
||||
);
|
||||
print(dataCarsLocationByPassenger);
|
||||
// //print(dataCarsLocationByPassenger['message'][0]['token'].toString());
|
||||
});
|
||||
@@ -1777,7 +1777,7 @@ class MapPassengerController extends GetxController {
|
||||
if (!rideConfirm) {
|
||||
reloadMarkers();
|
||||
} else {
|
||||
runWhenRideIsBegin();
|
||||
// runWhenRideIsBegin();
|
||||
}
|
||||
|
||||
if (reloadCount >= 35) {
|
||||
|
||||
Reference in New Issue
Block a user