MethodChannelWorldlinePg class
An implementation of WorldlinePgPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- WorldlinePgPlatform
- MethodChannelWorldlinePg
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
-
getParsedTrnResMsg(
{required String response, required String enckey}) → Future< TransResMsg> -
Returns a TransResMsg object from the response string.
override
-
getTrnRequestHash(
{required String orderId, required String mid, required String trnAmt, required String trnCurrency, required String meTransReqType, required String enckey, required String responseUrl, required String trnRemarks, String? addField1, String? addField2, String? addField3, String? addField4, String? addField5, String? addField6, String? addField7, String? addField8, String? addField9, String? addField10}) → Future< String> -
Returns the parameter for Transaction request for the given order id.
override
-
getTrnResParams(
{required String orderId, required String mid, required String enckey, required String url, String? pgMeTrnRefNo}) → Future< String> -
Returns the parameter for Transaction status for the given order id.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited