onRemoteMessagesRemoved property
final
Callback received by other devices after historical messages in a conversation are removed from the server in a multi-device login scenario.
Implementation
final void Function(
String conversationId,
String deviceId,
)? onRemoteMessagesRemoved;