clear method

void clear()

Removes all callbacks

Implementation

void clear() {
  _callbacks.clear();
}