TencentCloudChatVoteCreate constructor
const
TencentCloudChatVoteCreate({
- Key? key,
- required String groupID,
- required OnCreateVoteSuccess onCreateVoteSuccess,
- OnCreateVoteError? onCreateVoteError,
Implementation
const TencentCloudChatVoteCreate({
Key? key,
required this.groupID,
required this.onCreateVoteSuccess,
this.onCreateVoteError,
}) : super(key: key);