menu
tencent_cloud_chat_vote_plugin package
documentation
model/vote_create_model.dart
TencentCloudChatVoteCreateModel
setAllowMultiVote method
setAllowMultiVote method
dark_mode
light_mode
setAllowMultiVote
method
void
setAllowMultiVote
(
bool
m
)
Implementation
void setAllowMultiVote(bool m) { _allow_multi_vote = m; notifyListeners(); }
tencent_cloud_chat_vote_plugin package
documentation
model/vote_create_model
TencentCloudChatVoteCreateModel
setAllowMultiVote method
TencentCloudChatVoteCreateModel class