flowOrdered

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

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

Sources

common source
Link copied to clipboard