ToggleVideoChatEnabledStartNotification constructor

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

Implementation

ToggleVideoChatEnabledStartNotification({
  required this.groupCallId,
  required this.enabledStartNotification,
});