appStoreProductDetails property

AppStoreProductDetails appStoreProductDetails

Make sure to check for the platform before calling this getter

Implementation

AppStoreProductDetails get appStoreProductDetails {
  assert(productDetails is AppStoreProductDetails);
  return productDetails as AppStoreProductDetails;
}