stopWatching method

void stopWatching()

Stop watching.

Implementation

void stopWatching() {
  _watchTimer?.cancel();
}