stopFreshnessWatcher method

void stopFreshnessWatcher()

Implementation

void stopFreshnessWatcher() {
  _freshnessWatcher?.cancel();
  _freshnessWatcher = null;
}