methods\polls_methods\handle_vote_poll library

Classes

HandleVotePollOptions
Defines options for handling a poll vote.

Functions

handleVotePoll(HandleVotePollOptions options) Future<void>
Handles the voting process for a poll.

Typedefs

HandleVotePollType = Future<void> Function(HandleVotePollOptions options)