dispose method

void dispose()

Dispose the debouncer and clean up resources

Implementation

void dispose() {
  cancel();
}