downloadImage static method
下载图片文件
Implementation
static Future<SendMessageResult> downloadImage(Map json) async {
Map map = await _channel.invokeMethod("downloadImage",json);
return SendMessageResult.convertFromMap(map);
}
下载图片文件
static Future<SendMessageResult> downloadImage(Map json) async {
Map map = await _channel.invokeMethod("downloadImage",json);
return SendMessageResult.convertFromMap(map);
}