showRewardVideoAd2 method
Implementation
@override
Future<String?> showRewardVideoAd2(String adspotId) async {
final result = await methodChannel.invokeMethod<String>(
'showRewardVideoAd2',
{'adspotId': adspotId},
);
return result;
}
@override
Future<String?> showRewardVideoAd2(String adspotId) async {
final result = await methodChannel.invokeMethod<String>(
'showRewardVideoAd2',
{'adspotId': adspotId},
);
return result;
}