Checks if the user has any of the specified permissions.
bool hasAnyPermission(List<String> permissions) { return permissions.any(hasPermission); }