downloadFile method

Future<DownloadTaskForAll> downloadFile()

Implementation

Future<DownloadTaskForAll> downloadFile() async {
  String url = await getDownloadURL();
  return (await functions.downloadFile(url));
}