Check if user has all of the specified permissions
bool hasAllPermissions(List<String> permissions) => permissions.every(hasPermission);