resetSession method

void resetSession()

Resets sessionStatus as loggedIn = false with the current timestamp

Implementation

void resetSession() => updateSession(loggedIn: false);