autofill method
- TextEditingValue value
override
Requests this AutofillClient update its TextEditingValue to the given value.
Implementation
@override
void autofill(TextEditingValue value) => updateEditingValue(value);
Requests this AutofillClient update its TextEditingValue to the given value.
@override
void autofill(TextEditingValue value) => updateEditingValue(value);