StreamSubscriptionDisposed extension
Extends StreamSubscription to work with DisposeScope.
Methods
-
disposedBy(
DisposeScope disposeScope) → void -
Available on StreamSubscription, provided by the StreamSubscriptionDisposed extension
Adds this stream subscription todisposeScope
.