fullScreen constant
PaywallPresentationConfiguration
const fullScreen
Full-screen presentation on all platforms.
Implementation
static const fullScreen = PaywallPresentationConfiguration(
ios: IOSPaywallPresentationStyle.fullScreen,
android: AndroidPaywallPresentationStyle.fullScreen,
);