dispose method
void
dispose()
Disposes of the throttle instance and cancels any pending timers.
Implementation
void dispose() {
cancel();
}
Disposes of the throttle instance and cancels any pending timers.
void dispose() {
cancel();
}