dictionary method

Future<bool?> dictionary()

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

Implementation

Future<bool?> dictionary() {
  return postMessage<bool?>(action: 'App-prefs:General&path=DICTIONARY');
}