SimpleStreamSubscription<T> constructor
SimpleStreamSubscription<T> (
- SimpleStream<
T> ? _stream, - StreamCallbackFunc<
T> ? _callback, - Function? _doneCallback,
- Function? _onError,
- bool? _cancelOnError,
- Zone? _contextZone,
Implementation
SimpleStreamSubscription(this._stream, this._callback, this._doneCallback,
this._onError, this._cancelOnError, this._contextZone);