InAppAd constructor

const InAppAd({
  1. Key? key,
  2. required String inAppRoute,
  3. required Image saleAsset,
})

Implementation

const InAppAd({
  Key? key,
  required this.inAppRoute,
  required this.saleAsset,
}) : super(key: key);