AutofillScopeMixin mixin Null safety
A partial implementation of AutofillScope.
The mixin provides a default implementation for AutofillScope.attach.
- Superclass Constraints
- Implements
- Implemented by
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
autofillClients
→ Iterable<
AutofillClient> -
The collection of AutofillClients currently tied to this AutofillScope. [...]
read-only, inherited
Methods
-
attach(
TextInputClient trigger, TextInputConfiguration configuration) → TextInputConnection -
Allows a TextInputClient to attach to this scope. This method should be
called in lieu of TextInput.attach, when the TextInputClient wishes to
participate in autofill.
override
-
toString(
) → String -
A string representation of this object. [...]
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
getAutofillClient(
String autofillId) → AutofillClient? -
Gets the AutofillScope associated with the given
autofillId
, in this AutofillScope. [...]inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited