setPayeeVpa method

void setPayeeVpa(
  1. String? payeeVpa
)

Sets the payee VPA (Virtual Payment Address) for the UPI transaction.

Implementation

void setPayeeVpa(String? payeeVpa) {
  _upi.payeeVpa = payeeVpa;
}