executeQueue method
void
executeQueue()
Optional: Execute queued notifications manually if needed
Implementation
void executeQueue() {
super
.notifyListeners(); // Manually notify listeners if this method is called
_shouldNotify = false; // Reset the notify flag
_stopTimer(); // Optionally stop the timer after manual execution
}