onConversationSelected property

dynamic Function(String) onConversationSelected
final

Callback function called when a conversation is selected.

Receives the conversation ID as a parameter.

Implementation

final Function(String) onConversationSelected;