9/23/1
This commit is contained in:
@@ -112,7 +112,12 @@ class FirebasMessagesController extends GetxController {
|
||||
'body': message.notification!.body
|
||||
});
|
||||
} else if (message.notification!.title!.contains('Apply Ride')) {
|
||||
// MapController().rideConfirm = true;
|
||||
// MapController mapController = Get.put(MapController());
|
||||
// mapController.rideConfirm = false;
|
||||
// print('-----------------------------rideConfirm===' +
|
||||
// mapController.rideConfirm.toString());
|
||||
// update();
|
||||
|
||||
var passengerList = message.data['passengerList'];
|
||||
print(passengerList);
|
||||
print('9999999999999my Apply Ride 999999999999999');
|
||||
|
||||
Reference in New Issue
Block a user