Package-level declarations
Types
Link copied to clipboard
class AtomSaveableStore(savedState: Bundle? = null) : AtomStore, SavedStateRegistry.SavedStateProvider
Link copied to clipboard
Properties
Link copied to clipboard
CompositionLocal for AtomStore.
Functions
Link copied to clipboard
Remember a AtomSaveableStore that saves and restores the state of Atoms.
Link copied to clipboard
fun rememberViewModelStore(viewModelStoreOwner: ViewModelStoreOwner, key: String? = null): AtomStore
Remember an AtomStore using AtomViewModel.