autoDisposeStreamSubscription method
Track a stream subscription to be automatically cancelled on dispose.
Implementation
@override
void autoDisposeStreamSubscription(StreamSubscription subscription) {
_delegate.autoDisposeStreamSubscription(subscription);
}