Event.participantCountsUpdated constructor Null safety
- {required ParticipantCounts counts}
Emitted when the number of call participants changes.
Implementation
const factory Event.participantCountsUpdated({required ParticipantCounts counts}) = ParticipantCountsUpdatedEvent;