Start native apps faster with the Composables CLI ->
Property

LocalSaveableStateRegistry

CompositionLocal with a current SaveableStateRegistry instance.

Source set: Common
public val LocalSaveableStateRegistry: ProvidableCompositionLocal<SaveableStateRegistry?> =
    staticCompositionLocalOf<SaveableStateRegistry?> { null }

CompositionLocal with a current SaveableStateRegistry instance.