InitAd mixin

Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
interstitialAd InterstitialAd?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createInterstitialAd(BuildContext context, {bool load = true}) Future<void>
Asynchronously creates and loads an interstitial ad.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showInterstitialAd(BuildContext context, {void onAdShowedFullScreenContent(InterstitialAd)?, void onAdDismissedFullScreenContent(InterstitialAd)?, void onAdFailedToShowFullScreenContent(InterstitialAd, AdError)?}) → void
Displays the loaded interstitial ad.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited