menu
flutter_scrapper package
documentation
flutter_mobile_scraper.dart
MobileScraper
clearAllCache static method
clearAllCache static method
dark_mode
light_mode
clearAllCache
static method
Future
<
void
>
clearAllCache
(
)
Clear all cached content
Implementation
static Future<void> clearAllCache() async { await _cacheManager.clear(); }
flutter_scrapper package
documentation
flutter_mobile_scraper
MobileScraper
clearAllCache static method
MobileScraper class