AutofillClient class abstract
An object that represents an autofillable input field in the autofill workflow.
An AutofillClient provides autofill-related information of the input field it represents to the platform, and consumes autofill inputs from the platform.
- Implementers
 
Constructors
Properties
- autofillId → String
 - 
  The unique identifier of this AutofillClient.
  no setter
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - textInputConfiguration → TextInputConfiguration
 - 
  The TextInputConfiguration that describes this AutofillClient.
  no setter
 
Methods
- 
  autofill(
TextEditingValue newEditingValue) → void  - Requests this AutofillClient update its TextEditingValue to the given value.
 - 
  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