mutableState

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

Extension property returning a MutableState<S> for a MutableStateFlow<S>.