ToggleGroupCallEnabledStartNotification constructor
const
ToggleGroupCallEnabledStartNotification({})
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,
});