system method

Future<bool?> system()

Open iOS settings

Implementation

Future<bool?> system() async {
  return postMessage<bool?>(action: 'App-prefs:');
}