collectAsMutableState

fun <T> MutableStateFlow<T>.collectAsMutableState(context: CoroutineContext = EmptyCoroutineContext): MutableState<T>

Converts this MutableStateFlow to a MutableState.