date method

Future<bool> date()

Open Android settings in Date section. returns operation successful or failure.

Implementation

Future<bool> date() {
  return sendCustomMessage('android.settings.DATE_SETTINGS');
}