AppStore class final
Wrapper for StoreKit2's AppStore (https://developer.apple.com/documentation/storekit/appstore)
Constructors
- AppStore()
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited