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