disconnect static method

Future disconnect()

Implementation

static Future disconnect() {
  return _channel.invokeMethod('disconnect');
}