autofillConfiguration property
final
The configuration to use for autofill.
Defaults to null, in which case no autofill information will be provided to the platform. This will prevent the corresponding input field from participating in autofills triggered by other fields. Additionally, on Android and web, setting autofillConfiguration to null disables autofill.
Implementation
final AutofillConfiguration autofillConfiguration;