onConnection property

Stream<StompServerConnection> get onConnection

Stream of new connections

Implementation

Stream<StompServerConnection> get onConnection => _connectionController.stream;