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