AutofillClient class Null safety

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

AutofillClient()

Properties

autofillId String
The unique identifier of this AutofillClient.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
textInputConfiguration TextInputConfiguration
The TextInputConfiguration that describes this AutofillClient.
read-only

Methods

autofill(TextEditingValue newEditingValue) → void
Requests this AutofillClient update its TextEditingValue to the given value.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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