GreenVideo constructor
GreenVideo({})
Implementation
GreenVideo({
super.key,
// video size
this.width,
this.height,
this.aspectRatio,
// mandatory fields
required this.licenseKey,
required this.embedId,
// optional
this.mixId,
this.contentId,
this.adTagUrl,
this.consentString,
this.adsDisallowed,
this.environment,
this.debug,
this.controller,
}) {
playerId = const Uuid().v4();
}