fixed the location error

the one where no toast is shown
This commit is contained in:
Nico
2025-05-09 23:32:40 +02:00
parent fb0cf85d11
commit 9879809857
3 changed files with 170 additions and 259 deletions

View File

@@ -20,7 +20,7 @@ class GeolocatorService {
throw LocationForbiddenException();
}
}
return await Geolocator.getCurrentPosition();
return await Geolocator.getCurrentPosition();
}
}