downloadAttachment method

void downloadAttachment(
  1. NIMMessage message,
  2. bool thumb
)

Implementation

void downloadAttachment(NIMMessage message, bool thumb) {
  _logI('downloadAttachment message:${message.uuid}, thumb:$thumb');
  ChatMessageRepo.downloadAttachment(message: message, thumb: thumb);
}