Class SpellCheckPlugin

java.lang.Object
io.flutter.plugin.editing.SpellCheckPlugin
All Implemented Interfaces:
SpellCheckerSession.SpellCheckerSessionListener, SpellCheckChannel.SpellCheckMethodHandler

SpellCheckPlugin is the implementation of all functionality needed for spell check for text input.

The plugin handles requests for spell check sent by the SpellCheckChannel via sending requests to the Android spell checker. It also receives the spell check results from the service and sends them back to the framework through the SpellCheckChannel.