hideTimer method
void
hideTimer()
Hide the timer without stopping it
Implementation
void hideTimer() {
_isVisible = false;
notifyListeners();
}
Hide the timer without stopping it
void hideTimer() {
_isVisible = false;
notifyListeners();
}