SGPaywall constructor

SGPaywall({
  1. required List<SGPaywallProduct> paywallProducts,
  2. required String identifier,
  3. String? title,
})

Implementation

SGPaywall({
  required this.paywallProducts,
  required this.identifier,
  this.title,
});