open static method

Future open()

Implementation

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