Function
Logs out the current user.
This function removes the authentication token from secure storage, effectively logging the user out. It does not return any value.
logout
A promise that resolves when the token is removed from secure storage.
Logs out the current user.
This function removes the authentication token from secure storage, effectively logging the user out. It does not return any value.
logout