getAutofillClient abstract method

AutofillClient? getAutofillClient(
  1. String autofillId
)

Gets the AutofillScope associated with the given autofillId, in this AutofillScope.

Returns null if there's no matching AutofillClient.

Implementation

AutofillClient? getAutofillClient(String autofillId);