setDataSentCorrectly method
- bool d
Assigns the argument d to dataSentCorrectly and calls notifyListeners
Implementation
void setDataSentCorrectly(bool d){
dataSentCorrectly = d;
notifyListeners();
}
Assigns the argument d to dataSentCorrectly and calls notifyListeners
void setDataSentCorrectly(bool d){
dataSentCorrectly = d;
notifyListeners();
}