updateTencentCloudChatVoteLogic method

dynamic updateTencentCloudChatVoteLogic(
  1. TencentCloudChatVoteLogic data
)

Implementation

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