CustomZoomView constructor

const CustomZoomView({
  1. Key? key,
  2. ZoomInitilaizedWithToken? zoomInitilaizedWithToken,
  3. ZoomInitilaizedWithOutToken? zoomInitilaizedWithOutToken,
  4. CustomZoomMeetingOptions? meetingOptions,
  5. ZoomViewCreatedCallback? onViewCreated,
})

Implementation

const CustomZoomView({
  Key? key,
  this.zoomInitilaizedWithToken,
  this.zoomInitilaizedWithOutToken,
  this.meetingOptions,
  this.onViewCreated,
}) : super(key: key);