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, int maxLoadAttempts = 5, int attemptDelayFactorMs = 500, String? adId}) Future<void>
<------------------------ Load Interstitial Ad with Exponential Backoff ------------------------>
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
<------------------------ Show Interstitial Ad ------------------------>
toString() String
A string representation of this object.
inherited

Operators

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