FooApplePay class
Constructors
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
-
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
Static Properties
- applePayCallBack ↔ ApplePayCallBack
-
getter/setter pair
Static Methods
-
addCard(
String userId, String cardId, String cardHolderName, String localizedDescription, String cardPanSuffix, [String? pan, String? expiryDate]) → void -
deviceSupportsAppleWallet(
) → Future< bool> -
getLocalPasses(
) → Future< List< PKPass> ?> -
getRemotePasses(
) → Future< List< PKPaymentPass> ?> -
isCardAddedToLocalWalletWithCardSuffix(
String cardSuffix) → Future< bool> -
isCardAddedToLocalWalletWithPrimaryAccountIdentifier(
String primaryAccountIdentifier) → Future< bool> -
isCardAddedToRemoteWalletWithCardSuffix(
String cardSuffix) → Future< bool> -
isCardAddedToRemoteWalletWithPrimaryAccountIdentifier(
String primaryAccountIdentifier) → Future< bool> -
setHostNameAndPath(
String hostName, String path) → void