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