onConnection property
Stream<StompServerConnection>
get
onConnection
Stream of new connections
Implementation
Stream<StompServerConnection> get onConnection => _connectionController.stream;
Stream of new connections
Stream<StompServerConnection> get onConnection => _connectionController.stream;