screenTime method

Future<bool?> screenTime()

Open iOS settings in screen time section` returns operation successful or failure.

Implementation

Future<bool?> screenTime() {
  return postMessage<bool?>(action: 'App-Prefs:SCREEN_TIME');
}