flowOrdered

@FlowPreview
@ExperimentalCoroutinesApi
fun flowOrdered(context: CoroutineContext = Dispatchers.Default): Flow<T?>(source)

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