File download.
url
savePath
Future<File> download(String url, String savePath) async { return _downloader.download(url, savePath); }