logout method

dynamic logout()

Implementation

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