menu
adpluginx package
documentation
Subsciption/InAppAd.dart
InAppAd
InAppAd.new const constructor
InAppAd.new const constructor
dark_mode
light_mode
InAppAd
constructor
const
InAppAd
(
{
Key
?
key
,
required
String
inAppRoute
,
required
Image
saleAsset
,
})
Implementation
const InAppAd({ Key? key, required this.inAppRoute, required this.saleAsset, }) : super(key: key);
adpluginx package
documentation
Subsciption/InAppAd
InAppAd
InAppAd.new const constructor
InAppAd class