userDictionary method
个人字典
Open Android settings in Dictionary
section.
returns operation successful or failure.
Implementation
Future<bool?> userDictionary() {
return postMessage<bool?>(
action: 'android.settings.USER_DICTIONARY_SETTINGS');
}