softDispose method

void softDispose()

Clears subscribers, but didn't close Stream entirely.

Implementation

void softDispose() {
  _clearSubscriptions();
}