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