UpiIndia class

Constructors

UpiIndia()

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

getAllUpiApps({bool mandatoryTransactionId = true, bool allowNonVerifiedApps = false, List<UpiApp>? includeOnly}) Future<List<UpiApp>>
This method will return the List of all apps in users device which can handle UPI Intents as UpiApp
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startTransaction({required UpiApp app, required String receiverUpiId, required String receiverName, required String transactionRefId, String? transactionNote, double amount = 1, bool flexibleAmount = false, String currency = "INR", String? url, String? merchantId}) Future<UpiResponse>
This method is used to initiate a transaction with given parameters.
toString() String
A string representation of this object.
inherited

Operators

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