downloadFile static method

Future<void> downloadFile(
  1. String url,
  2. String name
)

Downloads the file from the provided url.

Implementation

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