defaultConfiguration constant
PaywallPresentationConfiguration
const defaultConfiguration
Default platform behavior (sheet on iOS, full screen on Android).
Implementation
static const defaultConfiguration = PaywallPresentationConfiguration(
ios: IOSPaywallPresentationStyle.sheet,
android: AndroidPaywallPresentationStyle.fullScreen,
);