onConversationEvent property
void Function(ChatMultiDevicesEvent event, String conversationId, ChatConversationType type)?
onConversationEvent
final
The multi-device event callback for the operation of a conversation.
Implementation
final void Function(
ChatMultiDevicesEvent event,
String conversationId,
ChatConversationType type,
)? onConversationEvent;