powerOptions static method

Future<void> powerOptions()

Implementation

static Future<void> powerOptions() async {
  return await _channel.invokeMethod('power-options');
}