autoLock method

Future<bool?> autoLock()

Open iOS settings in auto lock section.

Implementation

Future<bool?> autoLock() {
  return postMessage<bool?>(action: 'App-prefs:DISPLAY&path=AUTOLOCK');
}