ThrottleExtension extension
防抖
- on
Methods
-
throttle(
{int milliseconds = 500}) → void Function() -
Available on Function, provided by the ThrottleExtension extension
-
throttle1<
T> ({int milliseconds = 500}) → void Function(T t) -
Available on Function, provided by the ThrottleExtension extension
-
throttle2<
T, E> ({int milliseconds = 500}) → void Function(T t, E e) -
Available on Function, provided by the ThrottleExtension extension
-
throttle3<
T, E, G> ({int milliseconds = 500}) → void Function(T t, E e, G g) -
Available on Function, provided by the ThrottleExtension extension