showRewardVideoAd2 method

Future<String?> showRewardVideoAd2()

Implementation

Future<String?> showRewardVideoAd2() async{
  return AorunAdPlatform.instance.showRewardVideoAd2();
}