Open iOS settings in auto lock section.
Future<bool?> autoLock() { return postMessage<bool?>(action: 'App-prefs:DISPLAY&path=AUTOLOCK'); }