Skip to content

Instantly share code, notes, and snippets.

@chiragthummar
Last active December 23, 2023 10:05
Show Gist options
  • Select an option

  • Save chiragthummar/b53e93ff017970dda866cc72280de27c to your computer and use it in GitHub Desktop.

Select an option

Save chiragthummar/b53e93ff017970dda866cc72280de27c to your computer and use it in GitHub Desktop.
interface ImageRepository {
fun getImages(
text: String
): Flow<Resources<List<Image>>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment