TimerTask constructor

TimerTask(
  1. int interval,
  2. bool isRepeat,
  3. String callId,
  4. Executor executor,
)

Implementation

TimerTask(this.interval, this.isRepeat, this.callId, this.executor) {
  stopwatch.start();
}