InstreamAdView constructor
const
InstreamAdView({
- Key? key,
- required List<
InstreamAd> instreamAds, - InstreamAdViewController? controller,
Implementation
const InstreamAdView({
Key? key,
required this.instreamAds,
this.controller,
}) : super(key: key);