MethodChannelPsdkAccess class
An implementation of PsdkAccessPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- PsdkAccessPlatform
- MethodChannelPsdkAccess
Constructors
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
-
eod(
) → Future< String?> -
override
-
getAcquirer(
) → Future< String?> -
override
-
getAcquirers(
) → Future< String?> -
override
-
getTerminalConfiguration(
) → Future< String?> -
override
-
getTerminalStatus(
) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parameterLoad(
) → Future< String?> -
override
-
prepareReceipt(
{required int tranNumber, bool isCustomerCopy = false, bool isSecondCopy = false, int slipNo = 0}) → Future< String?> -
override
-
print(
{required String items}) → Future< String?> -
override
-
startTransaction(
{String trnType = "sale", String amount = "", String bankReferenceNo = "", bool printMerchantReceipt = false, bool printCardholderReceipt = false, String trnMethod = "ALL", int transactionNumber = 0}) → Future< String?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited