displayAndBrightness method

Future<bool> displayAndBrightness()

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

Implementation

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