Kozen_pPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • Kozen_pPlatform
Implementers

Constructors

Kozen_pPlatform()
Constructs a Kozen_pPlatform.

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

getPlatformVersion() Future<String?>
getSampleData() Future<String?>
initiateSdk() Future<String?>
loadDukpt(String ipek, String ksn) Future<String?>
loadMasterKey(String masterKey) Future<String?>
loadParamters(String tid, String mid, String terminalCap, String countryCode, String merchantAddress, String merchantName) Future<String?>
loadPinKey(String pinKey) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setKozenListener(KozenListener kozenListener) → void
startTransaction(int amount, bool supportCtlss) Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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