ToggleGroupCallParticipantIsHandRaised constructor
const
ToggleGroupCallParticipantIsHandRaised({
- required int groupCallId,
- required MessageSender participantId,
- required bool isHandRaised,
Toggles whether a group call participant hand is rased
Implementation
const ToggleGroupCallParticipantIsHandRaised({
required this.groupCallId,
required this.participantId,
required this.isHandRaised,
});