getInterstitialPrice method

Future<int?> getInterstitialPrice({
  1. required String tagId,
  2. String? adObjectId,
})

Implementation

Future<int?> getInterstitialPrice({
  required String tagId,
  String? adObjectId,
}) {
  return _priceMethod('getInterstitialPrice', tagId, adObjectId: adObjectId);
}