methods\polls_methods\handle_end_poll library
Classes
- HandleEndPollOptions
- Defines options for handling the end of a poll.
Functions
-
handleEndPoll(
HandleEndPollOptions options) → Future< void> - Handles ending a poll by emitting an "endPoll" event through the provided socket. Displays an alert based on the success or failure of the operation.
Typedefs
-
HandleEndPollType
= Future<
void> Function(HandleEndPollOptions options)