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