refreshLocation method

Future<void> refreshLocation()

Implementation

Future<void> refreshLocation() async {
  await _updateCurrentLocation();
}