clearConnectionEventHandles method

void clearConnectionEventHandles()

Clears all connection event handlers.

Implementation

void clearConnectionEventHandles() {
  _connectionEventHandler.clear();
}