checkLocationPermission method

Future<bool> checkLocationPermission()

Checks if the location permission is granted.

Implementation

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