autofill method

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

Requests this AutofillClient update its TextEditingValue to the given value.

Implementation

@override
void autofill(TextEditingValue newEditingValue) =>
    _editableText!.autofill(newEditingValue);