onDisconnection property

Stream<StompServerConnection> get onDisconnection

Stream of disconnections

Implementation

Stream<StompServerConnection> get onDisconnection =>
    _disconnectionController.stream;