Immediately calls the debouncer callback and inactivates it.
Source
void flushDebouncer(String jobName) {
jsElement.callMethod('flushDebouncer', [jobName]);
}
Immediately calls the debouncer callback and inactivates it.
void flushDebouncer(String jobName) {
jsElement.callMethod('flushDebouncer', [jobName]);
}