ToggleGroupCallScreenSharingIsPaused constructor

ToggleGroupCallScreenSharingIsPaused({
  1. required int groupCallId,
  2. required bool isPaused,
})

Implementation

ToggleGroupCallScreenSharingIsPaused({
  required this.groupCallId,
  required this.isPaused,
});