stateFlow

val <S> ObservableState<S>.stateFlow: StateFlow<S>

Extension property returning a StateFlow<S> for an ObservableState<S>.