ThrottledCallback typedef

ThrottledCallback = void Function(VoidCallback callback)

Signature of function that is returned by useThrottle.

Implementation

typedef ThrottledCallback = void Function(VoidCallback callback);