9/27/1
This commit is contained in:
@@ -112,12 +112,6 @@ class FirebasMessagesController extends GetxController {
|
||||
'body': message.notification!.body
|
||||
});
|
||||
} else if (message.notification!.title!.contains('Apply Ride')) {
|
||||
// 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