requestToken method

Future<Token> requestToken()

Implementation

Future<Token> requestToken() {
  throw Exception('Unimplemented Error');
}