Skip to content

Instantly share code, notes, and snippets.

@Farhandroid
Created January 31, 2022 07:26
Show Gist options
  • Save Farhandroid/2418520574014f55993ebdb895647846 to your computer and use it in GitHub Desktop.
Save Farhandroid/2418520574014f55993ebdb895647846 to your computer and use it in GitHub Desktop.
class GetPopularMoviesUseCase(private val movieRepository: MovieRepository) {
suspend operator fun invoke()=movieRepository.getPopularMovies()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment