disconnect method

void disconnect()

Implementation

void disconnect() {
  channel.invokeMethod("disconnect", null);
}