getCurrentLocation method

Future<LocationData?> getCurrentLocation()

Implementation

Future<LocationData?> getCurrentLocation() {
  throw UnimplementedError('getCurrentLocation() has not been implemented.');
}