getLocationServiceAuthorization method

Future<LocationAuthorizationStatus> getLocationServiceAuthorization()

Get the current location service authorization (Only on iOS).

Implementation

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