RequestPurchaseProps.subs constructor

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

Implementation

const factory RequestPurchaseProps.subs(({
  RequestSubscriptionIosProps? apple,
  RequestSubscriptionAndroidProps? google,
  bool? useAlternativeBilling,
}) props) = _SubsPurchase;