LocalAutofillManager
Property
Common
val LocalAutofillManager =
staticCompositionLocalOf<AutofillManager?> { noLocalProvidedFor("LocalAutofillManager") }
The CompositionLocal that can be used to trigger autofill actions. Eg. AutofillManager.commit
.