purchaseGooglePlayOneTimePurchase method

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

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

Implementation

@override
Future<LinkFiveActiveProducts> purchaseGooglePlayOneTimePurchase(
    GooglePlayPurchaseDetails purchaseDetails, OneTimePurchaseOfferDetailsWrapper otpDetails) async {
  return LinkFiveActiveProducts.empty();
}