ResumableTimer constructor
ResumableTimer(
- CompleteTimerOptions options
Implementation
ResumableTimer(this.options) {
if (options.autoStart) start();
}
ResumableTimer(this.options) {
if (options.autoStart) start();
}