LaunchPollType typedef

LaunchPollType = void Function(LaunchPollOptions options)

Type definition for the function that toggles the poll modal visibility.

Implementation

typedef LaunchPollType = void Function(LaunchPollOptions options);