clientDisconnect property

Stream<(Channel, ConnectionInfo)> clientDisconnect

Implementation

Stream<(Channel, ConnectionInfo)> get clientDisconnect =>
    _disconnectController.stream;