startTimer method

void startTimer()

Implementation

void startTimer() {
  _state?.startTimer();
}