ProcessTextService class abstract
Determines how to interact with the text processing feature.
- Implementers
Constructors
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
- 
  processTextAction(String id, String text, bool readOnly) → Future< String?> 
- Returns a Future that resolves to a String when the text action returns a transformed text or null when the text action did not return a transformed text.
- 
  queryTextActions() → Future< List< ProcessTextAction> >
- Returns a Future that resolves to a List of ProcessTextActions containing all text processing actions available.
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited