downloadAttachment static method
下载消息附件
Implementation
static Future<NIMResult<String>> downloadAttachment(
NIMDownloadMessageAttachmentParams params) {
return NimCore.instance.storageService.downloadAttachment(params);
}
下载消息附件
static Future<NIMResult<String>> downloadAttachment(
NIMDownloadMessageAttachmentParams params) {
return NimCore.instance.storageService.downloadAttachment(params);
}