connections property
Stream<WireConnection>
get
connections
Accepted connections. Hand each to a SessionListener.
Implementation
Stream<WireConnection> get connections => _connections.stream;
Accepted connections. Hand each to a SessionListener.
Stream<WireConnection> get connections => _connections.stream;