9/20/1
This commit is contained in:
@@ -288,6 +288,12 @@ class FirebasMessagesController extends GetxController {
|
||||
var passengerList = message.data['passengerList'];
|
||||
print(passengerList);
|
||||
print('9999999999999my Apply Ride 999999999999999');
|
||||
MapController mapController = Get.find<MapController>();
|
||||
mapController.rideConfirm = false;
|
||||
update();
|
||||
print('-----------------------------rideConfirm===' +
|
||||
mapController.rideConfirm.toString());
|
||||
|
||||
var myList = jsonDecode(passengerList) as List<dynamic>;
|
||||
driverID = myList[2].toString();
|
||||
Get.snackbar(
|
||||
|
||||
Reference in New Issue
Block a user