methods/polls_methods/poll_updated library
Classes
- PollUpdatedOptions
- Defines options for updating poll information.
Functions
- 
  pollUpdated(PollUpdatedOptions options) → Future< void> 
- Updates the poll state based on the provided options.
Typedefs
- 
    PollUpdatedType
      = Future<void> Function(PollUpdatedOptions options)
- Type definition for the function that updates poll information.