stateFlow

open override val stateFlow: StateFlow<STATE>(source)

A StateFlow of state updates. Emits the latest state upon subscription and serves only distinct values (through equality comparison).