onLocationPicked method
Implementation
onLocationPicked(LocationModel location) async {
currentLocation = await getLocationDetails(location);
moveToCurrentLoction();
}
onLocationPicked(LocationModel location) async {
currentLocation = await getLocationDetails(location);
moveToCurrentLoction();
}