currentAutofillScope property
The AutofillScope this TextInputClient belongs to, if any.
It should return null if this TextInputClient does not need autofill support. For a TextInputClient that supports autofill, returning null causes it to participate in autofill alone.
See also:
- AutofillGroup, a widget that creates an AutofillScope for its descendent autofillable TextInputClients.
Implementation
@override
// TODO: implement currentAutofillScope
AutofillScope get currentAutofillScope => throw UnimplementedError();