clearAllChatManagerListeners method Null safety
- @Deprecated("Use #clearEventHandlers to instead")
@Deprecated("Use #clearEventHandlers to instead")
Removes all chat manager listeners.
Implementation
@Deprecated("Use #clearEventHandlers to instead")
void clearAllChatManagerListeners() {
_listeners.clear();
}