checkPermission method

Future<LocationPermission> checkPermission()

Returns a Future indicating if the user allows the App to access the device's location.

Implementation

Future<LocationPermission> checkPermission() {
  throw UnimplementedError(
    'checkPermission() has not been implemented.',
  );
}