StreamSubscriptionsIterableExtensions extension

@internal Extensions for Iterable of StreamSubscriptions.

on

Methods

pauseAll([Future<void>? resumeSignal]) → void

Available on Iterable<StreamSubscription<void>>, provided by the StreamSubscriptionsIterableExtensions extension

@internal Pause all subscriptions.
resumeAll() → void

Available on Iterable<StreamSubscription<void>>, provided by the StreamSubscriptionsIterableExtensions extension

@internal Resume all subscriptions.