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