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