startOnyx static method

Future<void> startOnyx()

Starts onyx.

Implementation

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