DefaultSpellCheckService constructor
Creates service to spell check text input by default via communication over the spell check MethodChannel.
Implementation
DefaultSpellCheckService() {
spellCheckChannel = SystemChannels.spellCheck;
}
Creates service to spell check text input by default via communication over the spell check MethodChannel.
DefaultSpellCheckService() {
spellCheckChannel = SystemChannels.spellCheck;
}