clearAllConnectionListeners method Null safety

  1. @Deprecated("Use [clearConnectionEventHandles] to instead")
void clearAllConnectionListeners()

Removes all chat server connection listeners.

Implementation

@Deprecated("Use [clearConnectionEventHandles] to instead")
void clearAllConnectionListeners() {
  _connectionListeners.clear();
}