flowPagingObjectsOrdered

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

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

Sources

common source
Link copied to clipboard