logout method

dynamic logout()

Implementation

logout() {
  ZIM.getInstance()?.logout();
}