menu
jskit package
documentation
tools/func_utils.dart
FunctionExt
throttle method
throttle method
dark_mode
light_mode
throttle
method
VoidCallback
throttle
(
)
Implementation
VoidCallback throttle(){ return FunctionProxy(this).throttle; }
jskit package
documentation
tools/func_utils
FunctionExt
throttle method
FunctionExt extension on
Function