requestAutofill method
Requests the system autofill UI to appear.
Currently only works on Android. Other platforms do not respond to this message.
See also:
- EditableText, a TextInputClient that calls this method when focused.
Implementation
@override
void requestAutofill() => client?.requestAutofill();