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