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