cancelAllSubscriptions method
Cancels all active subscriptions related to this component tree.
If elementsSubscriptions is true, cancels stream/listener
subscriptions stored in elements.
If domElementsEventListeners is true, closes DOM event listeners
attached to DOM elements.
Implementation
@override
void cancelAllSubscriptions({bool elementsSubscriptions = true}) {}