ADKleinFlutterBannerAd constructor

ADKleinFlutterBannerAd({
  1. String posId = "",
  2. double width = 1080,
  3. double height = 0,
})

Implementation

ADKleinFlutterBannerAd(
    {this.posId = "", this.width = 1080, this.height = 0}) {
  regist();
}