queryHandlers property
QueryHandlers
get
queryHandlers
Implementation
gentype.QueryHandlers get queryHandlers => gentype.QueryHandlers(
fetchProducts: _fetchProductsHandler,
getActiveSubscriptions: getActiveSubscriptions,
getAppTransactionIOS: getAppTransactionIOS,
getAvailablePurchases: getAvailablePurchases,
getPendingTransactionsIOS: getPendingTransactionsIOS,
getPromotedProductIOS: getPromotedProductIOS,
getStorefront: getStorefront,
getStorefrontIOS: getStorefrontIOS,
hasActiveSubscriptions: hasActiveSubscriptions,
isEligibleForIntroOfferIOS: isEligibleForIntroOfferIOS,
subscriptionStatusIOS: subscriptionStatusIOS,
validateReceiptIOS: validateReceiptIOS,
);