getAuthorizationState method

Future<AlarmAuthorizationState> getAuthorizationState()

Implementation

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