changeCpf method

dynamic changeCpf(
  1. String counter
)

Implementation

changeCpf(String counter) {
  cpf = counter;
  notifyListeners();
}