FavoritesServiceManager constructor
- SharedPreferences _prefs,
- BuildContext _context,
- Widget _child
Creates a new FavoritesServiceManager instance.
Implementation
FavoritesServiceManager(this._prefs, this._context, this._child) {
_localService = FavoritesService(_prefs);
_loadPodStoragePreference();
}