disconnect static method

Future<void> disconnect()

Implementation

static Future<void> disconnect() {
  return _channel.invokeMethod(DISCONNECT);
}