setWrongCodeid method
- bool w
Assigns the argument w to wrongCodeId and calls notifyListeners
Implementation
void setWrongCodeid(bool w){
wrongCodeId = w;
notifyListeners();
}
Assigns the argument w to wrongCodeId and calls notifyListeners
void setWrongCodeid(bool w){
wrongCodeId = w;
notifyListeners();
}