menu
fluent_editor package
documentation
spell_check/spell_check_provider.dart
SpellCheckProvider
addToDictionary abstract method
addToDictionary abstract method
dark_mode
light_mode
addToDictionary
abstract method
Future
<
void
>
addToDictionary
(
String
word
)
Adds
word
to the runtime dictionary.
Implementation
Future<void> addToDictionary(String word);
fluent_editor package
documentation
spell_check/spell_check_provider
SpellCheckProvider
addToDictionary abstract method
SpellCheckProvider class