RequestVerifyPurchaseWithIapkitResult constructor
const
RequestVerifyPurchaseWithIapkitResult({
- required bool isValid,
- required IapkitPurchaseState state,
- required IapStore store,
Implementation
const RequestVerifyPurchaseWithIapkitResult({
/// Whether the purchase is valid (not falsified).
required this.isValid,
/// The current state of the purchase.
required this.state,
required this.store,
});