InstreamAdView constructor

const InstreamAdView({
  1. Key? key,
  2. required List<InstreamAd> instreamAds,
  3. InstreamAdViewController? controller,
})

Implementation

const InstreamAdView({
  Key? key,
  required this.instreamAds,
  this.controller,
}) : super(key: key);