clearConnectionEventHandles method Null safety
Clear all connection event handlers.
Implementation
void clearConnectionEventHandles() {
_connectionEventHandler.clear();
}
Clear all connection event handlers.
void clearConnectionEventHandles() {
_connectionEventHandler.clear();
}