VerifyPurchaseWithProviderResult constructor
const
VerifyPurchaseWithProviderResult({
- List<
VerifyPurchaseWithProviderError> ? errors, - RequestVerifyPurchaseWithIapkitResult? iapkit,
- required PurchaseVerificationProvider provider,
Implementation
const VerifyPurchaseWithProviderResult({
/// Error details if verification failed
this.errors,
/// IAPKit verification result
this.iapkit,
required this.provider,
});