SavedStateHandleStore

constructor(savedStateHandle: SavedStateHandle)

Wraps the given SavedStateHandle and synchronizes one-way from MutableStateFlow to LiveData.


constructor(scope: CoroutineScope?, savedStateHandle: SavedStateHandle)