checkLocationPermission method

Future<Map<String, dynamic>?> checkLocationPermission()

Implementation

Future<Map<String, dynamic>?> checkLocationPermission() {
  throw UnimplementedError(
    'checkLocationPermission() has not been implemented.',
  );
}