TimerUtil.countDown constructor

TimerUtil.countDown(
  1. int duration,
  2. int totalTime,
  3. OnTimerCallback? callback
)

Implementation

TimerUtil.countDown(this.duration, this.totalTime, this.callback);