setDeviceModel method
- String s
Assigns the argyment s to deviceModel and calls notifyListeners
Implementation
void setDeviceModel(String s){
deviceModel = s;
notifyListeners();
}
Assigns the argyment s to deviceModel and calls notifyListeners
void setDeviceModel(String s){
deviceModel = s;
notifyListeners();
}