void flushDebouncer(String jobName)

Immediately calls the debouncer callback and inactivates it.

Source

void flushDebouncer(String jobName) {
  jsElement.callMethod('flushDebouncer', [jobName]);
}