onConversationDeleted property

void Function(String) onConversationDeleted
final

Callback function called when deleting a conversation.

Receives the conversation ID as a parameter.

Implementation

final void Function(String) onConversationDeleted;