loadRewardedAd static method
Loads a rewarded ad using your adUnitId
.
Implementation
static void loadRewardedAd(String adUnitId) {
_methodChannel.invokeMethod('loadRewardedAd', {
'ad_unit_id': adUnitId,
});
}
Loads a rewarded ad using your adUnitId
.
static void loadRewardedAd(String adUnitId) {
_methodChannel.invokeMethod('loadRewardedAd', {
'ad_unit_id': adUnitId,
});
}