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