throttling 1.0.0 throttling: ^1.0.0 copied to clipboard
Contain "throttling" and "debouncing" async helper classes with listeners
import 'package:throttling_example/src/example.dart';
void main() async {
print('\n# BEGIN');
await Example.throttleExample();
await Example.debounceExample();
print('\n# END');
}