dispose method

void dispose()

Closes the underlying subject.

Implementation

void dispose() {
  _subject.close();
}