current property
StreamController<SseEvent>
get
current
The most recently opened connection.
Implementation
StreamController<SseEvent> get current => _connections.last;
The most recently opened connection.
StreamController<SseEvent> get current => _connections.last;