UpiPaymentPlugin class

Constructors

UpiPaymentPlugin()

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

getUpiApps() Future<List<UpiAppModel>>
Fetches the list of installed UPI apps.
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 Methods

createSign({required String payeeUpiId, required String payeeName, required double amount, String? transactionId, String? transactionNote, String? merchantCode, String? link, required String secretKey}) Future<String>
Generates a signed transaction string in Base64 format.
initiateUPIPayment({required String payeeUpiId, String? payeeName, required double amount, String? transactionId, String? transactionNote, String? merchantCode, String? link, String? transactionRefId, String? packageName, String? secretKey}) Future<String>
Initiates a UPI payment with the selected app.