PollUpdatedType typedef

PollUpdatedType = Future<void> Function(PollUpdatedOptions options)

Type definition for the function that updates poll information.

Implementation

typedef PollUpdatedType = Future<void> Function(PollUpdatedOptions options);