dispose method

dynamic dispose()

Implementation

dispose() {
  this._rxSubscription.cancel();
}