Skip to content

Instantly share code, notes, and snippets.

@Farhandroid
Created February 16, 2022 02:40
Show Gist options
  • Save Farhandroid/a211b9f2ce48c17bd0806061af8d2d2c to your computer and use it in GitHub Desktop.
Save Farhandroid/a211b9f2ce48c17bd0806061af8d2d2c to your computer and use it in GitHub Desktop.
MovieLocalDataSource
interface MovieLocalDataSource {
fun getMoviesFromDB(movieId : Int): Flow<Movie>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment