ResumableTimer constructor

ResumableTimer(
  1. CompleteTimerOptions options
)

Implementation

ResumableTimer(this.options) {
  if (options.autoStart) start();
}