getAutofillClient method

  1. @override
AutofillClient? getAutofillClient(
  1. String autofillId
)
override

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

Returns null if there's no matching AutofillClient.

Implementation

@override
AutofillClient? getAutofillClient(String autofillId) {
  return _autofillClients[autofillId];
}