EmvPlugin mixin
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
-
clearAID()
→ Future<bool?>
-
-
clearCAPK()
→ Future<bool?>
-
-
clearIcAID()
→ Future<bool?>
-
-
clearRfAID()
→ Future<bool?>
-
-
emvCancel()
→ Future<void>
-
-
emvProcess(EMVTransData transData, EMVTransListener listener)
→ Future<void>
-
-
getAID()
→ Future<List<Uint8List>?>
-
-
getCAPK()
→ Future<List<Uint8List>?>
-
-
getEmvCardLog(int channelType, EMVTransListener listener)
→ Future<List<EMVCardLog>?>
-
-
getEmvHashCode()
→ Future<int?>
-
-
getIcAID()
→ Future<List<Uint8List>?>
-
-
getRfAID()
→ Future<List<Uint8List>?>
-
-
getTermConfig()
→ Future<EMVTermConfig?>
-
-
getTlv(int tag)
→ Future<Uint8List?>
-
-
getTlvEncrypted(int tag, int keyId, int calMode, [Uint8List? vector])
→ Future<String?>
-
-
getTlvList(Int32List tags)
→ Future<Uint8List?>
-
-
getTlvListEncrypted(Int32List tags, int keyId, int calMode, [Uint8List? vector])
→ Future<String?>
-
-
getTlvValue(int tag)
→ Future<Uint8List?>
-
-
getTlvValueEncrypted(int tag, int keyId, int calMode, [Uint8List? vector])
→ Future<String?>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
queryECBalance(int channelType)
→ Future<Balance?>
-
-
setEmvLogSwitch(bool isOn)
→ Future<void>
-
-
setTermConfig(EMVTermConfig config)
→ Future<bool?>
-
-
setTlv(int tag, Uint8List value)
→ Future<int?>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
tradeResponse(String field39, String field55)
→ Future<int?>
-
-
updateAID(Uint8List aid)
→ Future<bool?>
-
-
updateCAPK(Uint8List capk)
→ Future<bool?>
-
-
updateIcAID(Uint8List aid)
→ Future<bool?>
-
-
updateRfAID(Uint8List aid)
→ Future<bool?>
-