notifyNow static method

void notifyNow()

Implementation

static void notifyNow() {
  _timer?.cancel();
  _timer = null;
  _processCallbacks();
}