downloadWithURL method

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

下载文件

Implementation

Future<String?> downloadWithURL(Map<String, dynamic> map) async {
  throw UnimplementedError('downloadWithURL() has not been implemented.');
}