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