onConversationDeleted property
Callback function called when deleting a conversation.
Receives the conversation ID as a parameter.
Implementation
final Function(String) onConversationDeleted;
Callback function called when deleting a conversation.
Receives the conversation ID as a parameter.
final Function(String) onConversationDeleted;