downloadAttachment method

Future<NIMResult<void>> downloadAttachment(
  1. NIMChatroomMessage message,
  2. [bool thumb = false]
)

下载聊天室消息附件

Implementation

Future<NIMResult<void>> downloadAttachment(NIMChatroomMessage message,
    [bool thumb = false]) {
  return _platform.downloadAttachment(message, thumb);
}