setCodeid method

void setCodeid(
  1. String c
)

Assigns the argument c to codeid and calls notifyListeners

Implementation

void setCodeid(String c){
  codeid = c;
  notifyListeners();
}