PLYPresentationView constructor
PLYPresentationView({
- PLYPresentation? presentation,
- String? placementId,
- String? presentationId,
- String? contentId,
- dynamic callback()?,
Implementation
PLYPresentationView({
this.presentation,
this.placementId,
this.presentationId,
this.contentId,
this.callback,
});