purchaseGooglePlay method

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

TEST MODE

Implementation

@override
Future<LinkFiveActiveProducts> purchaseGooglePlay(
    GooglePlayPurchaseDetails purchaseDetails, GooglePlayProductDetails productDetails) async {
  return _parsePlanListResponse();
}