displayAndBrightness method

Future<bool?> displayAndBrightness()

Open iOS settings in Display & Brighness section. returns operation successful or failure.

Implementation

Future<bool?> displayAndBrightness() {
  return postMessage<bool?>(action: 'App-prefs:DISPLAY');
}