launchOfferwall method

Future<void> launchOfferwall()

Launches the offerwall. This method will trigger the offerwall to be displayed. Success and failure events will be emitted through the offerwallEvents stream. Make sure to call initializeOfferwall before calling this method.

Implementation

Future<void> launchOfferwall() {
  return PubscaleOfferwallPluginPlatform.instance.launchOfferwall();
}