updateDownloadingMessage method

void updateDownloadingMessage(
  1. List<DownloadMessageQueueData> currentDownload
)

Implementation

void updateDownloadingMessage(List<DownloadMessageQueueData> currentDownload) {
  _currentDownloadMessage = currentDownload;
  notifyListener(TencentCloudChatMessageDataKeys.downloadMessage as T);
}