getBannerPrice method

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

Implementation

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