PLYPresentationView constructor

PLYPresentationView({
  1. PLYPresentation? presentation,
  2. String? placementId,
  3. String? presentationId,
  4. String? contentId,
  5. dynamic callback(
    1. PresentPresentationResult
    )?,
})

Implementation

PLYPresentationView({
  this.presentation,
  this.placementId,
  this.presentationId,
  this.contentId,
  this.callback,
});