InterstitialAd constructor

InterstitialAd(
  1. MyTargetFlutter _plugin,
  2. String uid
)

Implementation

InterstitialAd(this._plugin, this.uid) {
  _plugin._adListenStream.listen(_handleMessage);
}