showInterstitial method

Future<String?> showInterstitial({
  1. required String tagId,
  2. String? adObjectId,
  3. String? sceneId,
})

Implementation

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