changeCVV method

dynamic changeCVV(
  1. String counter
)

Implementation

changeCVV(String counter) {
  cvv = counter;
  notifyListeners();
}