resetTempUser method
Resets tempUser by instancing a new Profile and calls notifyListeners
Implementation
void resetTempUser(){
tempUser = Profile();
notifyListeners();
}
Resets tempUser by instancing a new Profile and calls notifyListeners
void resetTempUser(){
tempUser = Profile();
notifyListeners();
}