AdsCommanPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • AdsCommanPlatform
Implementers

Constructors

AdsCommanPlatform()
Constructs a AdsCommanPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

changeAdvertisementId({required String advertisementId}) Future
getBannerAds({required BuildContext context, required String bannerAdID, required Function onBannerAdLoaded}) Widget
getDifferenceTime({required String interstitialID, VoidCallback? onAdClosed}) → void
loadInterstitialAd({required String interstitialID}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showInterstitialAd({required String interstitialID, VoidCallback? onAdClosed}) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance AdsCommanPlatform
The default instance of AdsCommanPlatform to use.
getter/setter pair