SpellCheckerServiceProvider class

Annotations
  • @immutable
  • @Deprecated('A breaking change is being planned for the SpellCheckerService and SpellCheckerServiceProvider.\n' "A replacement doesn't exist yet but should arrive soon." 'See https://github.com/singerdmx/flutter-quill/issues/2246 for more details.')
  • @experimental

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance SpellCheckerService
no setter

Static Methods

dispose({bool onlyPartial = false}) → void
isServiceActive() bool
setNewCheckerService(SpellCheckerService service) → void
setNewLanguageState({required String language}) → void
toggleState() → void
turnOffService() → void