open method

Future<void> open()

Implementation

Future<void> open(){
  return _channel.invokeMethod("open");
}