dictionary method

Future<bool> dictionary()

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

Implementation

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