SGPaywall constructor
SGPaywall({
- required List<
SGPaywallProduct> paywallProducts, - required String identifier,
- String? title,
Implementation
SGPaywall({
required this.paywallProducts,
required this.identifier,
this.title,
});