ThrottleFunction extension

Applies throttling to a function.

on
  • void Function()

Methods

throttle({int milliseconds = kDefaultThrottlerDuration}) → void
Throttles the function with a certain delay.