autofill method

  1. @override
void autofill(
  1. TextEditingValue value
)
override

Requests this AutofillClient update its TextEditingValue to the given value.

Implementation

@override
void autofill(TextEditingValue value) => updateEditingValue(value);