dateAndTime method

Future<bool?> dateAndTime()

Open iOS settings in Date & Time section. returns operation successful or failure.

Implementation

Future<bool?> dateAndTime() {
  return postMessage<bool?>(action: 'App-prefs:General&path=DATE_AND_TIME');
}