setCurrency method

void setCurrency(
  1. String? currency
)

Implementation

void setCurrency(String? currency) {
  _upi.currency = currency;
}