ShareButtonsComponentOptions constructor
- {required String meetingID,
- required EventType eventType,
- List<
ShareButtonOptions> ? customButtons, - String? localLink}
Implementation
ShareButtonsComponentOptions({
required this.meetingID,
required this.eventType,
this.customButtons,
this.localLink,
});