paywallsDidLoadCallback abstract method
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);