RewardedAd constructor

RewardedAd()

Implementation

RewardedAd() {
  _channel.setMethodCallHandler(adsCallbackHandler);
  print("fsfp_tag: RewardedAd() default constructor.");
}