LightSubscription<T> constructor
LightSubscription<T> (
- RemoveSubscription<
T> _removeSubscription, { - void onPause()?,
- void onResume()?,
- FutureOr<
void> onCancel()?,
Implementation
LightSubscription(this._removeSubscription,
{this.onPause, this.onResume, this.onCancel});