launch method

Future launch ()

Implementation

static launch() async {
  _channel.invokeMethod('launch');
}