events property

Stream<SSEEvent> get events

获取事件流

Implementation

Stream<SSEEvent> get events => _eventController.stream;