fetchToken method
Implementation
Future<AuthToken> fetchToken(BuildContext? context) async {
throw AuthException("User is not logged in");
}
Future<AuthToken> fetchToken(BuildContext? context) async {
throw AuthException("User is not logged in");
}