updateCVV method

void updateCVV(
  1. String cvv
)

Implementation

void updateCVV(String cvv) {
  _paymentModel = _paymentModel.copyWith(cvv: cvv);
  rebuildUi();
}