connect static method

Future connect()

Implementation

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