stopPeriodicCheck method
void
stopPeriodicCheck()
Stop periodic checks.
Implementation
void stopPeriodicCheck() {
_timer?.cancel();
_timer = null;
}
Stop periodic checks.
void stopPeriodicCheck() {
_timer?.cancel();
_timer = null;
}