doNow method

void doNow()

Calls the callback immediately and cancels the timer if started.

Implementation

void doNow() {
  _wrappedCallback();
}