downloadAttachment static method

Future<NIMResult<String>> downloadAttachment(
  1. NIMDownloadMessageAttachmentParams params
)

下载消息附件

Implementation

static Future<NIMResult<String>> downloadAttachment(
    NIMDownloadMessageAttachmentParams params) {
  return NimCore.instance.storageService.downloadAttachment(params);
}