menu
fluent_editor package
documentation
spell_check/spell_check_provider.dart
SpellCheckProvider
initialize abstract method
initialize abstract method
dark_mode
light_mode
initialize
abstract method
Future
<
void
>
initialize
(
String
languageCode
)
Initializes the provider with the given language code.
Implementation
Future<void> initialize(String languageCode);
fluent_editor package
documentation
spell_check/spell_check_provider
SpellCheckProvider
initialize abstract method
SpellCheckProvider class