connections property

Stream<Connection> get connections

Client connections.

Implementation

Stream<Connection> get connections => _connectionsController.stream;