DefaultSpellCheckService constructor

DefaultSpellCheckService()

Creates service to spell check text input by default via communication over the spell check MethodChannel.

Implementation

DefaultSpellCheckService() {
  spellCheckChannel = SystemChannels.spellCheck;
}