watchAsScopedState

inline fun <S> Live<S>.watchAsScopedState(initialValue: S = this.value, context: CoroutineContext = EmptyCoroutineContext): State<S>