logout static method

void logout()

Implementation

static void logout() {
  _channel.invokeMethod("logout");
}