onChatThreadEvent property

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

The multi-device event of thread.

Implementation

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