PlatformChannelFlutterEdfapayPlugin class

Properties

eventChannelPay EventChannel
final
eventChannelRefund EventChannel
final
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

enableLogs(bool enable) Future<bool?>
getPlatformVersion() Future<String?>
initiate({required EdfaPayCredentials credentials}) Future<EdfaPaySession>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pay(TxnParams params, {required OnPaymentProcessComplete onPaymentProcessComplete, required OnScanCardTimeOut onScanCardTimeOut, required OnServerTimeOut onServerTimeOut, required OnCancelByUser onCancelByUser, required OnError onError}) → dynamic
reconcile({required dynamic onSuccess(Map), required OnError onError}) → dynamic
refund(TxnParams params, {required OnPaymentProcessComplete onPaymentProcessComplete, required OnScanCardTimeOut onScanCardTimeOut, required OnServerTimeOut onServerTimeOut, required OnCancelByUser onCancelByUser, required OnError onError}) → dynamic
setButtonBackgroundColor(String hex) Future<bool?>
setButtonTextColor(String hex) Future<bool?>
setHeaderImage(String base64) Future<bool?>
setPoweredByImage(String base64) Future<bool?>
toString() String
A string representation of this object.
inherited
txnHistory({required dynamic onSuccess(List), required OnError onError}) → dynamic

Operators

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