clearConnectionEventHandlers method

void clearConnectionEventHandlers()

Clears all connection event handlers.

Implementation

void clearConnectionEventHandlers() {
  return _connectionHandlers.clear();
}