clearSession method

void clearSession()

Clears the session timeline (e.g., on logout).

Implementation

void clearSession() => _breadcrumbs.clear();