call method

void call()

Invokes the debounced action.

Implementation

void call() => _debouncer.run(_action);