logout method

Future<bool?> logout()

Implementation

Future<bool?> logout() {
  return OktaOidcPlatform.instance.logout();
}