PaywallPresentationConfiguration constructor

const PaywallPresentationConfiguration({
  1. IOSPaywallPresentationStyle? ios,
  2. AndroidPaywallPresentationStyle? android,
})

Implementation

const PaywallPresentationConfiguration({this.ios, this.android});