setPaymentApp method
Sets the payment app for the UPI transaction.
Implementation
void setPaymentApp(String? paymentApp) {
_upi.paymentApp = paymentApp;
}
Sets the payment app for the UPI transaction.
void setPaymentApp(String? paymentApp) {
_upi.paymentApp = paymentApp;
}