static Future<String?> getAccessToken() async { if (await doesSessionExist()) { return await Utils.getTokenForHeaderAuth(TokenType.ACCESS); } return null; }