onParticipantDeleted property

Stream<Participant> onParticipantDeleted
getter/setter pair

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;