//reactivestate-compose/com.ensody.reactivestate.compose/collectAsMutableState
collectAsMutableState¶
[common]\
fun <T> MutableStateFlow<T>.collectAsMutableState(context: CoroutineContext = EmptyCoroutineContext): MutableState<T>
Converts this MutableStateFlow to a MutableState.