watch method

void watch(
  1. HasDisposers obs
)

Implementation

void watch(HasDisposers obs) {
  obs.registerDisposer(this.cancel);
}