autofill abstract method

void autofill(
  1. TextEditingValue newEditingValue
)

Requests this AutofillClient update its TextEditingValue to the given value.

Implementation

void autofill(TextEditingValue newEditingValue);