clearConnectionEventHandlers method
void
clearConnectionEventHandlers()
Clears all connection event handlers.
Implementation
void clearConnectionEventHandlers() {
return _connectionHandlers.clear();
}
Clears all connection event handlers.
void clearConnectionEventHandlers() {
return _connectionHandlers.clear();
}