clientDisconnect property

Stream<(Channel, ConnectionInfo)> get clientDisconnect

Implementation

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