clear method

void clear()

Implementation

void clear() {
  if (_invokers.isNotEmpty) _invokers.clear();
}