downloadFile abstract method
Download the file and add to cache
Implementation
Future<FileInfo> downloadFile(String url,
{String? key, Map<String, String>? authHeaders, bool force = false});
Download the file and add to cache
Future<FileInfo> downloadFile(String url,
{String? key, Map<String, String>? authHeaders, bool force = false});