getAuthorizationState method

Future<int> getAuthorizationState()

Implementation

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