getTencentCloudChatVoteLogic method

TencentCloudChatVoteLogic? getTencentCloudChatVoteLogic(
  1. String msgID
)

Implementation

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