checkLocationPermission method

Future<void> checkLocationPermission()

Implementation

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