startTimer method

dynamic startTimer()

Notify listener to start the timer

Implementation

startTimer() {
  _startTimerListener();
}