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