setAmount method

void setAmount(
  1. String? amount
)

Sets the amount for the UPI transaction.

Implementation

void setAmount(String? amount) {
  _upi.amount = amount;
}