clear method

void clear()

Clear all callbacks

Implementation

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