heavyDebounced static method
void
heavyDebounced()
Implementation
static void heavyDebounced() => preCondition(() => debounce.run(() {
heavyImpact();
}));
static void heavyDebounced() => preCondition(() => debounce.run(() {
heavyImpact();
}));