purchaseGooglePlayOneTimePurchase abstract method

Future<LinkFiveActiveProducts> purchaseGooglePlayOneTimePurchase(
  1. GooglePlayPurchaseDetails purchaseDetails,
  2. OneTimePurchaseOfferDetailsWrapper otpDetails
)

after a one time purchase purchase on Google we post the data to LinkFIve

Implementation

Future<LinkFiveActiveProducts> purchaseGooglePlayOneTimePurchase(
    GooglePlayPurchaseDetails purchaseDetails, OneTimePurchaseOfferDetailsWrapper otpDetails);