dispose method

void dispose()

Dispose the bus.

Implementation

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