Event.participantLeft constructor Null safety
- {required Participant participant}
Emitted when a participant has left the CallClient's current call.
Implementation
const factory Event.participantLeft({required Participant participant}) = ParticipantLeftEvent;