onGroupEvent property
final
      ~english The multi-device event of group. ~end
~chinese 多设备群组事件。 ~end
Implementation
final void Function(
  ChatMultiDevicesEvent event,
  String groupId,
  List<String>? userIds,
)? onGroupEvent;~english The multi-device event of group. ~end
~chinese 多设备群组事件。 ~end
final void Function(
  ChatMultiDevicesEvent event,
  String groupId,
  List<String>? userIds,
)? onGroupEvent;