PlayerConfig constructor

PlayerConfig({
  1. bool isEnableCutout = true,
  2. bool isEnablePortrait = false,
  3. bool isEnableRotation = true,
  4. bool isForceMute = false,
  5. bool isIndustryIconShow = true,
  6. bool isSkipLinearAd = true,
})

Implementation

PlayerConfig({
  this.isEnableCutout = true,
  this.isEnablePortrait = false,
  this.isEnableRotation = true,
  this.isForceMute = false,
  this.isIndustryIconShow = true,
  this.isSkipLinearAd = true,
});