RequestPurchaseProps.subs constructor

const RequestPurchaseProps.subs(
  1. ({RequestSubscriptionIosProps? apple, RequestSubscriptionAndroidProps? google, bool? useAlternativeBilling}) props
)

Per-platform subscription request props

Implementation

const factory RequestPurchaseProps.subs(({
  RequestSubscriptionIosProps? apple,
  RequestSubscriptionAndroidProps? google,
  /// This flag only logs debug info and has no effect on the purchase flow.
  /// @deprecated Use enableBillingProgramAndroid in InitConnectionConfig instead. Scheduled for removal in OpenIAP 3.0.
  bool? useAlternativeBilling,
}) props) = _SubsPurchase;