| Store.kt |
Starts observing this [Store] and represents the mapped state (using [map]) via [ComposeState]. Every time the
[Store] state changes the returned [ComposeState] will be updated causing recomposition of every [ComposeState.value]
usage.
The [Store] observer will automatically be removed when this composable disposes or the current [LifecycleOwner]
moves to the [Lifecycle.State.DESTROYED] state.
|
1363 |
- |