ShareButtonsComponentOptions constructor

ShareButtonsComponentOptions(
  1. {required String meetingID,
  2. required EventType eventType,
  3. List<ShareButtonOptions>? customButtons,
  4. String? localLink}
)

Implementation

ShareButtonsComponentOptions({
  required this.meetingID,
  required this.eventType,
  this.customButtons,
  this.localLink,
});