googlePlayProductDetails property

GooglePlayProductDetails googlePlayProductDetails

Make sure to check for the platform before calling this getter

Implementation

GooglePlayProductDetails get googlePlayProductDetails {
  assert(productDetails is GooglePlayProductDetails);
  return productDetails as GooglePlayProductDetails;
}