downloadWithURL method

Future<String?> downloadWithURL(
  1. Map<String, dynamic> map
)

下载文件

Implementation

Future<String?> downloadWithURL(Map<String, dynamic> map) {
  return NetworkPlatform.instance.downloadWithURL(map);
}