Check if user has ANY of the given permissions.
bool hasAnyPermission(List<String> permissions) => permissions.any(hasPermissionString);