purchaseGooglePlay abstract method

Future<LinkFiveActiveProducts> purchaseGooglePlay(
  1. GooglePlayPurchaseDetails purchaseDetails,
  2. GooglePlayProductDetails productDetails
)

after a purchase on Google we call the purchases/google We don't need to do this on Android

Implementation

Future<LinkFiveActiveProducts> purchaseGooglePlay(
    GooglePlayPurchaseDetails purchaseDetails, GooglePlayProductDetails productDetails);