hideCurrentLocation method

Future<void> hideCurrentLocation()

Implementation

Future<void> hideCurrentLocation() {
  throw UnimplementedError('hideCurrentLocation() has not been implemented.');
}