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