resetTempUser method

void resetTempUser()

Resets tempUser by instancing a new Profile and calls notifyListeners

Implementation

void resetTempUser(){
  tempUser = Profile();
  notifyListeners();
}