ToggleGroupCallEnabledStartNotification constructor

const ToggleGroupCallEnabledStartNotification({
  1. required int groupCallId,
  2. required bool enabledStartNotification,
})

Toggles whether the current user will receive a notification when the group call will start; scheduled group calls only

Implementation

const ToggleGroupCallEnabledStartNotification({
  required this.groupCallId,
  required this.enabledStartNotification,
});