Start native apps faster with the Composables CLI ->
Property

LocalSavedStateRegistryOwner

The CompositionLocal containing the current SavedStateRegistryOwner.

Source set: Android
@Deprecated(
    "Moved to savedstate-compose library in androidx.savedstate.compose package.",
    ReplaceWith("androidx.savedstate.compose.LocalSavedStateRegistryOwner"),
)
public val LocalSavedStateRegistryOwner:
    ProvidableCompositionLocal<androidx.savedstate.SavedStateRegistryOwner>

The CompositionLocal containing the current SavedStateRegistryOwner.