setSpellCheckConfiguration method
Implementation
void setSpellCheckConfiguration(SpellCheckConfiguration? value) {
onNotifyWithCallback(() => spellCheckConfiguration = value);
}
void setSpellCheckConfiguration(SpellCheckConfiguration? value) {
onNotifyWithCallback(() => spellCheckConfiguration = value);
}