onConversationDeleted static method

dynamic onConversationDeleted(
  1. Conversation conversation
)

onConversationDeleted is used to inform the listeners when the logged-in user deletes a conversation

Implementation

static onConversationDeleted(Conversation conversation) {
  CometChatConversationEvents.ccConversationDeleted(conversation);
}