menu
moviestar
services/favorites_service_adapter.dart
FavoritesServiceAdapter
clearAllCaches method
clearAllCaches
dark_mode
light_mode
clearAllCaches
method
void
clearAllCaches
(
)
Clear all caches.
Implementation
void clearAllCaches() { _invalidateToWatchCache(); _invalidateWatchedCache(); }
moviestar
favorites_service_adapter
FavoritesServiceAdapter
clearAllCaches method
FavoritesServiceAdapter class