onChatThreadEvent property

(void Function(EMMultiDevicesEvent event, String chatThreadId, List<String> userIds)?) onChatThreadEvent
final

多设备 Thread 事件。

Implementation

final void Function(
  EMMultiDevicesEvent event,
  String chatThreadId,
  List<String> userIds,
)? onChatThreadEvent;