getCurrent method
Implementation
Future<Position> getCurrent() async {
return Geolocator.getCurrentPosition(locationSettings: settings);
}
Future<Position> getCurrent() async {
return Geolocator.getCurrentPosition(locationSettings: settings);
}