flow

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

Flow the Paging action.

Sources

common source
Link copied to clipboard