clearSession method
void
clearSession()
Clear the persisted token and cached data (logout)
Implementation
void clearSession() {
_authToken = null;
_cachedOptions = null;
}
Clear the persisted token and cached data (logout)
void clearSession() {
_authToken = null;
_cachedOptions = null;
}