FastInAppPurchase constructor

const FastInAppPurchase({
  1. required String productId,
  2. bool enabled = false,
})

Implementation

const FastInAppPurchase({
  required this.productId,
  this.enabled = false,
});