PlatformChannelFlutterEdfapayPlugin class

Properties

eventChannelPay 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 String authCode, required Env environment}) Future<bool>
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
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

Operators

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