menu
jskit package
documentation
tools/func_utils.dart
FunctionProxy
FunctionProxy constructor
FunctionProxy constructor
dark_mode
light_mode
FunctionProxy
constructor
FunctionProxy
(
Function
?
target
, {
int
?
timeout
,
})
Implementation
FunctionProxy(this.target, {int? timeout}) : timeout = timeout ?? 500;
jskit package
documentation
tools/func_utils
FunctionProxy
FunctionProxy constructor
FunctionProxy class