getTencentCloudChatVoteLogic method
Implementation
TencentCloudChatVoteLogic? getTencentCloudChatVoteLogic(String msgID) {
return messageMap[msgID];
}
TencentCloudChatVoteLogic? getTencentCloudChatVoteLogic(String msgID) {
return messageMap[msgID];
}