MethodChannelPassMtx class

An implementation of PassMtxPlatform that uses method channels.

Inheritance

Constructors

MethodChannelPassMtx()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteCard(String userId, String cardRef) Future<String?>
override
enquery(String orderId) Future<String?>
override
getCard(String userId) Future<String?>
override
getPassPing() Future<String?>
override
getPassVersion() Future<String?>
override
getPlatformVersion() Future<String?>
override
init(String appId, String clientId, String privatePem, String publicPem) Future<String?>
override
initProd(String appId, String clientId, String privatePem, String publicPem) Future<String?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orderCancel(String userId, String orderId) Future<String?>
override
orderConfirm(String userId, String orderId, String confirmMethod, String confirmResult, String payToken, String expDate) Future<String?>
override
orderEnquery(String userId, String orderId) Future<String?>
override
passGetQr(String userId, String orderId, String payToken, String expDate, String ttl) Future<String?>
override
purchase(String userId, String orderId, String paymentToken, String expDate, String paymentAmount, String dbRefNo, String description) Future<String?>
override
saveCard(String userId, String szPan, String cvv, String expDate, String cardHolderName) Future<String?>
override
setDefaultCard(String userId, String cardRef) Future<String?>
override
toString() String
A string representation of this object.
inherited
verifyCard(String userId, String verificationMethod, String verificationValue) Future<String?>
override

Operators

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