ControlledStreamSubscription<T> constructor

ControlledStreamSubscription<T>(
  1. StreamSubscription<T> _delegate,
  2. void _cancel()
)

Implementation

ControlledStreamSubscription(this._delegate, this._cancel);