resetSession method
void
resetSession()
Resets sessionStatus as loggedIn = false with the current timestamp
Implementation
void resetSession() => updateSession(loggedIn: false);
Resets sessionStatus as loggedIn = false with the current timestamp
void resetSession() => updateSession(loggedIn: false);