PayfortPlugin class

Constructors

PayfortPlugin()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Properties

getID Future<String?>
this method is for getting user device id to help in generating SDK token
no setter

Static Methods

performPaymentRequest(String merchantRef, String sdkToken, String name, String language, String email, String amount, String command, String currency, String mode) Future<Map?>
this method is for calling payfort sdk in both android and ios to perform payment process with specified parameters.