onDisconnection property
Stream<StompServerConnection>
get
onDisconnection
Stream of disconnections
Implementation
Stream<StompServerConnection> get onDisconnection => _disconnectionController.stream;
Stream of disconnections
Stream<StompServerConnection> get onDisconnection => _disconnectionController.stream;