ThrottleFunction extension

Applies throttling to a function.

on
  • void Function()

Methods

throttle({int milliseconds = kDefaultThrottlerDuration}) → void

Available on void Function(), provided by the ThrottleFunction extension

Throttles the function with a certain delay.