cancel method

void cancel()

Cancel the WatchAction. It no longer rebuild the state.

Implementation

void cancel() {
  _action.dispose();
}