//reactivestate-core/com.ensody.reactivestate/toMutable
toMutable¶
[common]\ fun <T> StateFlow<T>.toMutable(setter: StateFlow<T>.(T) -> Unit): MutableStateFlow<T>
Converts this StateFlow to a MutableStateFlow that calls setter for doing the actual value update.