dispose method

dynamic dispose()

清除watch缓存

(请务必widget卸载的时候清除依赖)

Implementation

dispose() {
  _watchCollector.dispose();
}