Check if token exists
static Future<bool> tokenExists() async { return (await TokenStorage.getToken()) != null; }