StreamSubscriptionsIterableExtensions extension
@internal Extensions for Iterable of StreamSubscriptions.
- on
-
- Iterable<
StreamSubscription< void> >
- Iterable<
Methods
-
pauseAll(
[Future< void> ? resumeSignal]) → void -
Available on Iterable<
@internal Pause all subscriptions.StreamSubscription< , provided by the StreamSubscriptionsIterableExtensions extensionvoid> > -
resumeAll(
) → void -
Available on Iterable<
@internal Resume all subscriptions.StreamSubscription< , provided by the StreamSubscriptionsIterableExtensions extensionvoid> >