PaywallLaunchContext constructor

PaywallLaunchContext(
  1. List<String>? productGroups,
  2. Map<String, dynamic>? customAttributes
)

Implementation

PaywallLaunchContext(this.productGroups, this.customAttributes);