showInterstitial method
Implementation
Future<String?> showInterstitial({
required String tagId,
String? adObjectId,
String? sceneId,
}) {
return _showAd('showInterstitial', tagId, sceneId, adObjectId: adObjectId);
}
Future<String?> showInterstitial({
required String tagId,
String? adObjectId,
String? sceneId,
}) {
return _showAd('showInterstitial', tagId, sceneId, adObjectId: adObjectId);
}