PeriodicTimer constructor
Creates a periodic timer and starts the next tick asynchronously.
Implementation
PeriodicTimer(this.interval, this.function) {
Timer.run(_tick);
}
Creates a periodic timer and starts the next tick asynchronously.
PeriodicTimer(this.interval, this.function) {
Timer.run(_tick);
}