pause method
void
pause()
Implementation
void pause() {
assert(
_streamSubscription != null,
PulseXErrors.streamInitError(V),
);
_streamSubscription?.pause();
}
void pause() {
assert(
_streamSubscription != null,
PulseXErrors.streamInitError(V),
);
_streamSubscription?.pause();
}