This commit is contained in:
Hamza Aleghwairyeen
2024-04-13 22:48:58 +03:00
parent 658f9226df
commit a2d4cd845c

View File

@@ -512,7 +512,7 @@ class MapDriverController extends GetxController {
Get.to(() => RatePassenger(), arguments: {
'passengerId': passengerId,
'rideId': rideId,
'price': price.toString()
'price': price.toString(),
});
// Get.back();
}