connections property

Stream<WireConnection> get connections

Accepted connections. Hand each to a SessionListener.

Implementation

Stream<WireConnection> get connections => _connections.stream;