requestAutofill method

  1. @override
void requestAutofill()
override

Requests the system autofill UI to appear.

Currently only works on Android. Other platforms do not respond to this message.

See also:

Implementation

@override
void requestAutofill() => client?.requestAutofill();