FavoritesService constructor
- SharedPreferences _prefs
Creates a new FavoritesService instance.
Implementation
FavoritesService(this._prefs) {
_loadMovies();
}
Creates a new FavoritesService instance.
FavoritesService(this._prefs) {
_loadMovies();
}