dropActions method

void dropActions()

Drops all actions queued for dispatching.

Implementation

void dropActions() {
  queue.clear();
}