Future<void> deleteImage(String url, {String? cacheKey}) async { final id = _id(url, cacheKey); await _cacheManager.removeFile(id); _remove(id); }