methods\polls_methods\launch_poll library

Classes

LaunchPollOptions
Defines options for toggling the poll modal visibility.

Functions

launchPoll(LaunchPollOptions options) → void
Toggles the visibility of the poll modal based on the current state.

Typedefs

LaunchPollType = void Function(LaunchPollOptions options)
Type definition for the function that toggles the poll modal visibility.
UpdateIsPollModalVisible = void Function(bool isVisible)