Update: 2026-06-25 02:28:33
This commit is contained in:
@@ -14,7 +14,7 @@ class RideAvailableController extends GetxController {
|
||||
isLoading = true;
|
||||
var res = await CRUD().get(link: AppLink.getRideWaiting, payload: {});
|
||||
if (res != 'failure') {
|
||||
rideAvailableMap = jsonDecode(res);
|
||||
rideAvailableMap = res;
|
||||
isLoading = false;
|
||||
update();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user