mutableStateFlow

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

Extension property returning a MutableStateFlow for a MutableState.