This function asynchronously retrieves the authentication token from secure storage.
If a token exists, it implies the user is logged in, returning true. Otherwise, it returns
false.
checkLoggedInStatus
Returns Promise<boolean>
A promise that resolves to a boolean indicating the login status.
Checks if the user is currently logged in.
This function asynchronously retrieves the authentication token from secure storage. If a token exists, it implies the user is logged in, returning true. Otherwise, it returns false.
checkLoggedInStatus