throttle method
void
throttle(})
override
Implementation
@override
void throttle(
void Function() onExecute, {
Duration duration = Throttler.defaultDuration,
required String tag,
}) {
EasyThrottle.throttle(
tag,
duration,
onExecute,
);
}