purchaseGooglePlayOneTimePurchase method
Future<LinkFiveActiveProducts>
purchaseGooglePlayOneTimePurchase(
- GooglePlayPurchaseDetails purchaseDetails,
- 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();
}