PollerFromHandlers<T> constructor
PollerFromHandlers<T> ({})
Implementation
PollerFromHandlers({
required this.onResult,
this.onError,
this.debugLabel,
required Future<Vote<T>> Function() poll,
this.delay,
}) : _poll = poll;