onPoll method

Stream<Poll> onPoll()

Listen to poll events

Implementation

Stream<Poll> onPoll() => _pollStreamController.stream;