fixed the location error
the one where no toast is shown
This commit is contained in:
@@ -20,7 +20,7 @@ class GeolocatorService {
|
||||
throw LocationForbiddenException();
|
||||
}
|
||||
}
|
||||
|
||||
return await Geolocator.getCurrentPosition();
|
||||
|
||||
return await Geolocator.getCurrentPosition();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user