setPaymentApp method

void setPaymentApp(
  1. String? paymentApp
)

Sets the payment app for the UPI transaction.

Implementation

void setPaymentApp(String? paymentApp) {
  _upi.paymentApp = paymentApp;
}