Skip to content

Instantly share code, notes, and snippets.

@rohitjakhar
Created April 14, 2021 04:52
Show Gist options
  • Save rohitjakhar/1f7cf3c1f60c9a15f1db975509045ce2 to your computer and use it in GitHub Desktop.
Save rohitjakhar/1f7cf3c1f60c9a15f1db975509045ce2 to your computer and use it in GitHub Desktop.
val fetechAllData = Pager(PagingConfig(20)) {
ProductPagingSource(db)
}.flow.cachedIn(viewModelScope)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment