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