EventSubscription constructor
EventSubscription(
- CancelCallback _unsubscribe
Creates a new EventSubscription that will trigger the _unsubscribe
on cancel.
Implementation
EventSubscription(this._unsubscribe);