stateFlowOf

fun <T> stateFlowOf(value: T): StateFlow<T>

Creates a StateFlow that only ever emits the provided value.