dataFlow

val dataFlow: Flow<PagingData<Value>>

Hot Flow of PagingData, exposing the current state & data. A new item will be emitted whenever the PagingData.LoadState or PagingData.list is updated