setTempNickname method
- String n
Assigns the argument n to the Profile.nickname of tempUser and calls notifyListeners
Implementation
void setTempNickname(String n){
tempUser.nickname = n;
notifyListeners();
}
Assigns the argument n to the Profile.nickname of tempUser and calls notifyListeners
void setTempNickname(String n){
tempUser.nickname = n;
notifyListeners();
}