events property

Stream<SSEEvent> get events

事件流(只读)

Implementation

Stream<SSEEvent> get events => _client.events;