FlutterSpellCheckerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterSpellCheckerPlatform
Implementers

Constructors

FlutterSpellCheckerPlatform()
Constructs a FlutterSpellCheckerPlatform.

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

checkSpelling(String text) Future<List<WordMatch>>
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 FlutterSpellCheckerPlatform
The default instance of FlutterSpellCheckerPlatform to use.
getter/setter pair