checkLocationPermission method

Future<bool?> checkLocationPermission()

Implementation

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