refreshToken method

Future<void> refreshToken()

Implementation

Future<void> refreshToken() {
  throw UnimplementedError();
}