paywallsDidLoadCallback abstract method

Future<void> paywallsDidLoadCallback(
  1. bool result
)

Method called when paywalls did load

If the parameter is true, the paywalls did load. If the parameter is false, some error occurred, debug with Xcode for more details.

Implementation

Future<void> paywallsDidLoadCallback(bool result);