call method

void call()

Invokes the throttled action.

Implementation

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