FavoritesService constructor

FavoritesService(
  1. SharedPreferences _prefs
)

Creates a new FavoritesService instance.

Implementation

FavoritesService(this._prefs) {
  _loadMovies();
}