updateTencentCloudChatVoteLogic method
Implementation
updateTencentCloudChatVoteLogic(TencentCloudChatVoteLogic data) {
messageMap[data.msg.msgID!] = data;
notifyListeners();
}
updateTencentCloudChatVoteLogic(TencentCloudChatVoteLogic data) {
messageMap[data.msg.msgID!] = data;
notifyListeners();
}