unlaunch static method

Future<void> unlaunch()

Implementation

static Future<void> unlaunch() async {
  await _channel.invokeMethod('unlaunch');
}