onParticipantDeleted property
Called when a Participant is deleted from the conversation the current user is subscribed to.
You could obtain the Conversation where it was deleted by using Participant.getConversation.
Implementation
late Stream<Participant> onParticipantDeleted;