getLocationPermission method

Future<bool> getLocationPermission()

Implementation

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