removeChatThreadManagerListener method Null safety
- @Deprecated("Use [removeEventHandler] to instead")
- ChatThreadManagerListener listener
Removes the chat thread listener.
After adding a chat thread manager listener, you can remove this listener if you do not want to listen for it.
Param listener The chat thread listener to be removed. See ChatThreadManagerListener.
Implementation
@Deprecated("Use [removeEventHandler] to instead")
void removeChatThreadManagerListener(ChatThreadManagerListener listener) {
_listeners.remove(listener);
}