ThrottlerAction typedef
ThrottlerAction =
FutureOr<void> Function()
A function signature for throttled actions.
Implementation
typedef ThrottlerAction = FutureOr<void> Function();
A function signature for throttled actions.
typedef ThrottlerAction = FutureOr<void> Function();