onRemoteMessagesRemoved property

void Function(String conversationId, String deviceId)? onRemoteMessagesRemoved
final

~english Callback received by other devices after historical messages in a conversation are removed from the server in a multi-device login scenario. ~end

~chinese 开启多设备后对单个会话删除漫游消息后对其他设备的回调。 ~end

Implementation

final void Function(String conversationId, String deviceId)?
onRemoteMessagesRemoved;