Source set: Common
public val LocalAutofillManager: ProvidableCompositionLocal<AutofillManager?> =
computedNullableDefaultOf {
LocalOwner.currentValue.autofillManager
}
The CompositionLocal that can be used to trigger autofill actions. Eg. AutofillManager.commit.