ThrottleExtension extension

输入框防抖 防止频繁调用

on

Methods

inputThrottle({int milliseconds = 500}) → void Function(String? text)
throttle({int milliseconds = 500}) → void Function()
throttle1({int milliseconds = 500}) → void Function(dynamic value)
throttle2({int milliseconds = 500}) → void Function(dynamic value1, dynamic value2)