LacunaWrapperPlatform class

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

addActionListener(String key, AdActionListener? actionListener) → void
addLoadListener(String key, AdLoadListener? loadListener) → void
callbackHandler(MethodCall call) Future
getAdRequestId() String
getVersionCode() Future<int>
init() Future<void>
isWidgetAdIdMounted(String adId) bool
Returns true if the adId is already mounted in a WidgetAd.
loadBanner(LacunaBanner ad) Future<void>
loadInterstitial(LacunaInterstitial ad) Future<void>
loadRewarded(LacunaRewarded ad) Future<void>
mountWidgetAdId(String adId) → void
Indicates that adId is mounted in widget tree.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyConsentStatus(bool consent) Future<void>
removeActionListener(String key) → void
removeLoadListener(String key) → void
showInterstitial() Future<void>
showRewarded() Future<void>
toString() String
A string representation of this object.
inherited
unmountWidgetAdId(String adId) → void
Indicates that adId is unmounted from the widget tree.

Operators

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

Static Properties

instance LacunaWrapperPlatform
The default instance of LacunaWrapperPlatform to use.
no setter