3/27/2
This commit is contained in:
@@ -28,6 +28,7 @@ class HomeCaptainController extends GetxController {
|
||||
bool isCallOn = false;
|
||||
String totalMoneyToday = '0';
|
||||
String rating = '0';
|
||||
String rideId = '0';
|
||||
String countRideToday = '0';
|
||||
String totalMoneyInSEFER = '0';
|
||||
String totalDurationToday = '0';
|
||||
@@ -244,7 +245,7 @@ class HomeCaptainController extends GetxController {
|
||||
|
||||
getDriverRate() async {
|
||||
var res = await CRUD().get(
|
||||
link: AppLink.getDriveRrate,
|
||||
link: AppLink.getDriverRate,
|
||||
payload: {'driver_id': box.read(BoxName.driverID).toString()});
|
||||
data = jsonDecode(res);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user