currentAutofillScope property

  1. @override
AutofillScope currentAutofillScope
getter/setter pairoverride-getter

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

@override
AutofillScope currentAutofillScope = ChipAutofillScope();