wpLogout static method

dynamic wpLogout()

Logout a user

Implementation

static wpLogout() async {
  await Auth.remove(key: storageKey());
}