LeaveGroupCall constructor

const LeaveGroupCall({
  1. required int groupCallId,
})

Leaves a group call

Implementation

const LeaveGroupCall({
  required this.groupCallId,
});