setOptions static method

Future<void> setOptions({
  1. bool showPowerAlert = true,
})

Set configurable options

Implementation

static Future<void> setOptions({
  bool showPowerAlert = true,
}) async {
  await _invokeMethod('setOptions', {"show_power_alert": showPowerAlert});
}