showOfferwallDetail method

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

Implementation

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