Downloads the file from the provided url.
url
static Future<void> downloadFile(String url, String name) async { // No-op. }