onLocationPicked method

dynamic onLocationPicked(
  1. LocationModel location
)

Implementation

onLocationPicked(LocationModel location) async {
  currentLocation = await getLocationDetails(location);

  moveToCurrentLoction();
}