clearState method

void clearState()

Implementation

void clearState() {
  if (kIsWeb) {
    OAuthWebAuth.instance.resetAppBaseUrl();
    OAuthWebAuth.instance.clearCodeVerifier();
  }
}