setPayeeVpa method
Sets the payee VPA (Virtual Payment Address) for the UPI transaction.
Implementation
void setPayeeVpa(String? payeeVpa) {
_upi.payeeVpa = payeeVpa;
}
Sets the payee VPA (Virtual Payment Address) for the UPI transaction.
void setPayeeVpa(String? payeeVpa) {
_upi.payeeVpa = payeeVpa;
}