TargetWindow constructor

TargetWindow({
  1. String? customHtml,
  2. String? targetWindowOption,
})

Implementation

TargetWindow({
  this.customHtml,
  this.targetWindowOption,
});