stopObserving method

void stopObserving()

Implementation

void stopObserving() {
  this._timer?.cancel();
  this._timer = null;
}