AppStore class final

Constructors

AppStore.new()

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

canMakePayments() Future<bool>
Dart wrapper for StoreKit2's canMakePayments() Returns a bool that indicates whether the person can make purchases. https://developer.apple.com/documentation/storekit/appstore/3822277-canmakepayments
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sync() Future<void>
Dart wrapper for StoreKit2's sync() Synchronizes your app’s transaction information and subscription status with information from the App Store. Will initiate an authentication pop up. https://developer.apple.com/documentation/storekit/appstore/sync()
toString() String
A string representation of this object.
inherited

Operators

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