mutableState

val <S> MutableStateFlow<S>.mutableState: MutableState<S>

Extension property returning a MutableState for a MutableStateFlow.