simpleDownload static method

Future<Uint8List?> simpleDownload(
  1. String url
)

Implementation

static Future<Uint8List?> simpleDownload(String url) {
  return ModernFormDownloadHelper.simpleDownload(url);
}