clearAllConnectionListeners method Null safety
- @Deprecated("Use [clearConnectionEventHandles] to instead")
Removes all chat server connection listeners.
Implementation
@Deprecated("Use [clearConnectionEventHandles] to instead")
void clearAllConnectionListeners() {
_connectionListeners.clear();
}