current property

StreamController<SseEvent> get current

The most recently opened connection.

Implementation

StreamController<SseEvent> get current => _connections.last;