setCodeid method
- String c
Assigns the argument c to codeid and calls notifyListeners
Implementation
void setCodeid(String c){
codeid = c;
notifyListeners();
}
Assigns the argument c to codeid and calls notifyListeners
void setCodeid(String c){
codeid = c;
notifyListeners();
}