ThrottlerErrorHandler typedef
ThrottlerErrorHandler =
void Function(Object error, StackTrace stack)
A function signature for throttler error handling.
Implementation
typedef ThrottlerErrorHandler = void Function(Object error, StackTrace stack);