ProviderSubscription<T> constructor
ProviderSubscription<T> (
- void _cancel()
Creates a subscription that calls _cancel when closed.
Implementation
ProviderSubscription(this._cancel);
Creates a subscription that calls _cancel when closed.
ProviderSubscription(this._cancel);