MethodChannelKozen_p class
An implementation of Kozen_pPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- Kozen_pPlatform
- MethodChannelKozen_p
Constructors
Properties
- eventChannel → EventChannel
-
final
-
eventsStream
→ Stream<
Map< String, dynamic> > -
no setter
- 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
-
getPlatformVersion(
) → Future< String?> -
override
-
getSampleData(
) → Future< String?> -
override
-
initiateSdk(
) → Future< String?> -
override
-
listenToEvents(
) → void -
loadDukpt(
String ipek, String ksn) → Future< String?> -
override
-
loadMasterKey(
String masterKey) → Future< String?> -
override
-
loadParamters(
String tid, String mid, String terminalCap, String countryCode, String merchantAddress, String merchantName) → Future< String?> -
override
-
loadPinKey(
String pinKey) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setKozenListener(
KozenListener kozenListener) → void -
override
-
startTransaction(
int amount, bool supportCtlss) → Future< String?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited