Check if user has ALL given permissions.
bool hasAllPermissions(List<String> permissions) => permissions.every(hasPermissionString);