setTempIsSymbols1 method

void setTempIsSymbols1(
  1. bool b
)

Assigns the argument b to the Profile.isSymbols1 of tempUser and calls notifyListeners

Implementation

void setTempIsSymbols1(bool b){
  tempUser.isSymbols1 = b;
  notifyListeners();
}