hideTimer method

void hideTimer()

Hide the timer without stopping it

Implementation

void hideTimer() {
  _isVisible = false;
  notifyListeners();
}