open static method

void open()

Implementation

static void open() async {
  await _channel.invokeMethod('open');
}