showOfferwall method

Future<bool?> showOfferwall(
  1. String unitId, [
  2. List<String>? offerwallFilterTabs
])

Implementation

Future<bool?> showOfferwall(String unitId,
    [List<String>? offerwallFilterTabs]) {
  throw UnimplementedError('showOfferwall() has not been implemented.');
}