AtomSaveableStore
class AtomSaveableStore(savedState: SavedState? = null) : AtomStore, SavedStateRegistry.SavedStateProvider(source)
A AtomStore implementation that saves and restores the state of Atoms.
Parameters
savedState
The saved state to be restored.