stopPeriodicCheck method

void stopPeriodicCheck()

Stop periodic checks.

Implementation

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