stream property

Stream<SseEvent> get stream

Subscribe to Server-Sent Events.

Implementation

Stream<SseEvent> get stream => _controller.stream;