2/9/1
This commit is contained in:
@@ -37,7 +37,7 @@ class LocationController extends GetxController {
|
||||
|
||||
// if (isActive) {
|
||||
if (double.parse(totalPoints) > -100) {
|
||||
print('total point is ll$totalPoints');
|
||||
print('total point is $totalPoints');
|
||||
await getLocation();
|
||||
|
||||
await CRUD().post(link: AppLink.addCarsLocationByPassenger, payload: {
|
||||
|
||||
Reference in New Issue
Block a user