heavyDebounced static method

void heavyDebounced()

Implementation

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