logout method

Future<void> logout([
  1. KeycloakLogoutOptions? options
])

Implementation

Future<void> logout([KeycloakLogoutOptions? options]) async {
  this._keycloak.logout(options);
  this._userProfile = null;
}