fullScreen constant

Full-screen presentation on all platforms.

Implementation

static const fullScreen = PaywallPresentationConfiguration(
  ios: IOSPaywallPresentationStyle.fullScreen,
  android: AndroidPaywallPresentationStyle.fullScreen,
);