SplashAdView constructor

const SplashAdView({
  1. Key? key,
  2. required String pAndroidId,
  3. required String pIosId,
  4. required String tAndroidId,
  5. required String tIosId,
  6. required int loadType,
  7. required double probability,
  8. required USplashCallBack? callBack,
})

Implementation

const SplashAdView(
    {Key? key,
      required this.pAndroidId,
      required this.pIosId,
      required this.tAndroidId,
      required this.tIosId,
    required this.loadType,
    required this.probability,
    required this.callBack})
    : super(key: key);