menu
universal_flutter_utils package
documentation
widgets/maps/auto_complete/widget/auto_complete.dart
Debouncer
run method
run method
dark_mode
light_mode
run
method
void
run
(
VoidCallback
action
)
Implementation
void run(VoidCallback action) { _timer?.cancel(); _timer = Timer(duration, action); }
universal_flutter_utils package
documentation
widgets/maps/auto_complete/widget/auto_complete
Debouncer
run method
Debouncer class