onConversationDeleted property

dynamic Function(String) onConversationDeleted
final

Callback function called when deleting a conversation.

Receives the conversation ID as a parameter.

Implementation

final Function(String) onConversationDeleted;