subscription property
StreamSubscription<List<int> > ?
get
subscription
Getter for the StreamSubscription that listens to the _socksSocket or the _secureSocksSocket if SSL is enabled.
Implementation
StreamSubscription<List<int>>? get subscription => _subscription;