clear method

void clear(
  1. ActionId id
)

Implementation

void clear(ActionId id) {
  waitFor.clear();
}