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