valueFlow

abstract fun valueFlow(key: K): Flow<V?>(source)

The latest value for key, starting from a read-through load then following the stream.