downloadAttachment method
- NIMChatroomMessage message,
- [bool thumb = false]
下载聊天室消息附件
Implementation
Future<NIMResult<void>> downloadAttachment(NIMChatroomMessage message,
[bool thumb = false]) {
return _platform.downloadAttachment(message, thumb);
}