getAuthState method

Future<MoveAuthState> getAuthState()

Returns the current authorization state.

Implementation

Future<MoveAuthState> getAuthState() {
  throw UnimplementedError('getTripState() has not been implemented.');
}