pause method

void pause()

Implementation

void pause() => forEachStartStreamSubscription((s) => s.pause());