about method

Future<bool?> about()

Open iOS settings in About section. returns operation successful or failure.

Implementation

Future<bool?> about() {
  return postMessage<bool?>(action: 'App-Prefs:General&path=About');
}