logout method

void logout()

Implementation

void logout() {
  postMessage("logout", {});
}