showCurrentLocation method

Future<void> showCurrentLocation()

Implementation

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