get method

Stream<SseEvent> get()

Access the underlying SseEvent stream.

Implementation

Stream<SseEvent> get() => stream;