Download file and put in cache
Future<FileInfo> downloadFile( String url, { Map<String, String>? headers, }) async { return await cacheManager.downloadFile(url, authHeaders: headers); }