downloadAttachment static method
下载消息附件
Implementation
static Future<NIMResult<void>> downloadAttachment(
{required NIMMessage message, required bool thumb}) {
return NimCore.instance.messageService
.downloadAttachment(message: message, thumb: thumb);
}