clearAuthStorage static method

void clearAuthStorage()

Implementation

static void clearAuthStorage() {
  html.window.localStorage.remove('code_verifier');
}