menu
fast_package package
documentation
fast_throttle/fast_throttle.dart
FastThrottle
cancel static method
cancel static method
dark_mode
light_mode
cancel
static method
void
cancel
(
String
tag
)
取消节流
Implementation
static void cancel(String tag) { _operations[tag]?.timer.cancel(); _operations.remove(tag); }
fast_package package
documentation
fast_throttle/fast_throttle
FastThrottle
cancel static method
FastThrottle class