ADSuyiSplashAdLoadShowSeparate constructor

ADSuyiSplashAdLoadShowSeparate({
  1. required String posId,
  2. required double width,
  3. required double height,
  4. String? imgName,
  5. String? imgLogoName,
})

Implementation

ADSuyiSplashAdLoadShowSeparate(
    {required this.posId,
    required this.width,
    required this.height,
    this.imgName,
    this.imgLogoName}) {
  regist();
}