dispose method

void dispose()

Disposes the debouncer.

Implementation

void dispose() => _debouncer.dispose();