RealInstantTimer constructor

RealInstantTimer(
  1. DateTime _triggerTime
)

Implementation

RealInstantTimer(this._triggerTime) {
  _scheduleTimer();
}