ADSuyiSplashAdLoadShowSeparate constructor Null safety

ADSuyiSplashAdLoadShowSeparate(
  1. {required String posId,
  2. required double width,
  3. required double height}
)

Implementation

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