configureOnyx static method

Future<void> configureOnyx()

Configures onyx with the values in the OnyxCamera.options class.

Implementation

static Future<void> configureOnyx() async {
  //state listener used to starts onyx if needed.
  await _channel.invokeMethod('configureOnyx', options.toParams());
}