dateAndTime method

Future<bool> dateAndTime()

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

Implementation

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