Skip to content

Instantly share code, notes, and snippets.

@JoseAlcerreca
Created April 12, 2022 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoseAlcerreca/a4f39e94d8237af3e20f0eb03ab95c08 to your computer and use it in GitHub Desktop.
Save JoseAlcerreca/a4f39e94d8237af3e20f0eb03ab95c08 to your computer and use it in GitHub Desktop.
class MyViewModel(repository…) {
val data = flow{
...
emitAll(repository.observeData())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment