start method

void start()

Implementation

void start() {
  timeLeft = _countdownTime;
  _resumeTimer();
  _countdownState = CountdownState.active;

  notifyListeners();
}