currentAutofillScope property

AutofillScope? currentAutofillScope

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:

Implementation

AutofillScope? get currentAutofillScope;