SubscriptionResolver class abstract

GraphQL root subscription operations.

Constructors

SubscriptionResolver()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

developerProvidedBillingAndroid() Future<DeveloperProvidedBillingDetailsAndroid>
Fires when a user selects developer billing in an External Payments or Billing Choice flow (Android only). The payload can contain an external transaction token, link URI, original transaction ID, and selected products. Billing Choice payload fields are available in OpenIAP Spec 2.1.0 / openiap-google 2.3.0 (requires Play Billing 9.1.0+).
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
promotedProductIOS() Future<String>
Fires when the App Store surfaces a promoted product (iOS only)
purchaseError() Future<PurchaseError>
Fires when a purchase fails or is cancelled
purchaseUpdated({bool? dedupeTransactionIOS}) Future<Purchase>
Fires when a purchase completes successfully or a pending purchase resolves Options can opt iOS listeners into duplicate StoreKit transaction replays for diagnostics; default listeners receive one event per transaction ID during a single connection session.
subscriptionBillingIssue() Future<Purchase>
Fires when a subscription enters a billing-issue state that needs user action (payment method failed, card expired, etc.). Cross-platform unification:
toString() String
A string representation of this object.
inherited
userChoiceBillingAndroid() Future<UserChoiceBillingDetails>
Fires when a user selects alternative billing in the User Choice Billing dialog (Android only) Only triggered when the user selects alternative billing instead of Google Play billing

Operators

operator ==(Object other) bool
The equality operator.
inherited