isUserAuthenticated method

Future<bool> isUserAuthenticated()

Checks if the user is authenticated by verifying the access token.

Implementation

Future<bool> isUserAuthenticated() async => await isTokenValid();