Future<bool> clearAllCachedMetaData() async { final cacheDir = await _ensureCacheDir(); await cacheDir.delete(recursive: true); return true; }