manageSubscription method
Registers a StreamSubscription to be automatically cancelled on dispose.
Implementation
void manageSubscription(StreamSubscription subscription) {
_managedSubscriptions.add(subscription);
}
Registers a StreamSubscription to be automatically cancelled on dispose.
void manageSubscription(StreamSubscription subscription) {
_managedSubscriptions.add(subscription);
}