i try to reload Rewarded Video Ads, when i call RewardedVideoAd.instance.load(adUnitId: \"xxx\", targetingInfo: xyz); i find below error :
RewardedVideoAd.instance.load(adUnitId: \"xxx\", targetingInfo: xyz);
You can simply caught the exception as shown below:
myRewardVideoAd.show() .catchError((e) => print("error in showing ad: ${e.toString()}"));