showOfferwall method

Future<void> showOfferwall(
  1. String placementName
)

Implementation

Future<void> showOfferwall(String placementName) {
  throw UnimplementedError('showOfferwall() has not been implemented.');
}