dispose method

dynamic dispose()

this should be called when the widget is disposed to close the stream it is called by default

Implementation

dispose() {
  _barStatus.close();
}