flowPagingObjectsOrdered

@ExperimentalCoroutinesApi
fun flowPagingObjectsOrdered(context: CoroutineContext = Dispatchers.Default): Flow<Z>(source)

Flow the paging objects ordered. This can be less performant than flowPagingObjects if you are in the middle of the pages.