Skip to content

Instantly share code, notes, and snippets.

@DarkAbhi
Created February 16, 2021 14:45
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 DarkAbhi/1f924501a0b306b1518a97c1d4734dc0 to your computer and use it in GitHub Desktop.
Save DarkAbhi/1f924501a0b306b1518a97c1d4734dc0 to your computer and use it in GitHub Desktop.
@ExperimentalCoroutinesApi
class PostViewModel(private val repo: PostRepository) : ViewModel() {
fun getPost() = repo.getPostData()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment