InAppPurchasesFound constructor

InAppPurchasesFound({
  1. int? inAppPurchasesFlowsExplored,
  2. int? inAppPurchasesFlowsStarted,
})

Implementation

InAppPurchasesFound({
  this.inAppPurchasesFlowsExplored,
  this.inAppPurchasesFlowsStarted,
});