MyPosPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • MyPosPlatform
Implementers

Constructors

MyPosPlatform()
Constructs a MyPosPlatform.

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

doSignature(String data, SamSlot samSlot, String pin, int timeoutMs) Future<String?>
doSignatureWithoutSelection(String data, SamSlot samSlot, String pin, int timeoutMs) Future<String?>
getCertificateSerialDec(SamSlot samSlot, int timeoutMs) Future<String?>
getCertificateSerialHex(SamSlot samSlot, int timeoutMs) Future<String?>
getCIN(SamSlot samSlot, int timeoutMs) Future<String?>
makeGlassPayment({required double amount, required MyPosCurrency currency, bool printMerchantReceipt = true, bool printCustomerReceipt = true, String? eReceiptReceiver, String? reference}) Future<PaymentResponse>
makePayment({required double amount, required MyPosCurrency currency, bool printMerchantReceipt = true, bool printCustomerReceipt = true, bool fixedPinPad = false, bool giftCardTransaction = false, String? eReceiptReceiver, String? reference}) Future<PaymentResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printPaper(MyPosPaper data) Future<PrintResponse>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance MyPosPlatform
The default instance of MyPosPlatform to use.
getter/setter pair