setTempIsSymbols1 method
- bool b
Assigns the argument b to the Profile.isSymbols1 of tempUser and calls notifyListeners
Implementation
void setTempIsSymbols1(bool b){
tempUser.isSymbols1 = b;
notifyListeners();
}
Assigns the argument b to the Profile.isSymbols1 of tempUser and calls notifyListeners
void setTempIsSymbols1(bool b){
tempUser.isSymbols1 = b;
notifyListeners();
}