menu
jtech_base package
documentation
tool/throttle.dart
Throttle
clear static method
clear static method
dark_mode
light_mode
clear
static method
void
clear
(
String
key
)
Implementation
static void clear(String key) => _throttle.remove(key);
jtech_base package
documentation
tool/throttle
Throttle
clear static method
Throttle class