flow

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

Flow the Paging action.