methods\polls_methods\handle_create_poll library

Classes

HandleCreatePollOptions
Defines options for creating a poll in a room.

Functions

handleCreatePoll(HandleCreatePollOptions options) Future<void>
Handles the creation of a poll by emitting a "createPoll" event with the provided details. Shows an alert based on the success or failure of the operation.

Typedefs

HandleCreatePollType = Future<void> Function(HandleCreatePollOptions options)