LeaveGroupCall constructor
      const
      LeaveGroupCall({ 
    
- required int groupCallId,
Leaves a group call
Implementation
const LeaveGroupCall({
  required this.groupCallId,
});Leaves a group call
const LeaveGroupCall({
  required this.groupCallId,
});