onConversationEvent property
void Function(ChatMultiDevicesEvent event, String conversationId, ChatConversationType type)?
onConversationEvent
final
开启多设备后单个会话操作的多设备事件回调。
Implementation
final void Function(
ChatMultiDevicesEvent event,
String conversationId,
ChatConversationType type,
)? onConversationEvent;