Created
February 16, 2022 02:40
-
-
Save Farhandroid/a211b9f2ce48c17bd0806061af8d2d2c to your computer and use it in GitHub Desktop.
MovieLocalDataSource
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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