menu
tencent_cloud_chat_vote_plugin package
documentation
components/vote_create/vote_create.dart
OnCreateVoteError typedef
OnCreateVoteError typedef
dark_mode
light_mode
OnCreateVoteError
typedef
OnCreateVoteError
=
dynamic Function
(
int
code
,
String
?
desc
)
Implementation
typedef OnCreateVoteError = Function(int code, String? desc);
tencent_cloud_chat_vote_plugin package
documentation
components/vote_create/vote_create
OnCreateVoteError typedef
vote_create library