dispose method

dynamic dispose()

Implementation

dispose() {
  this._resultSC.close();
  this._stateSC.close();
}