Check if user has any of the specified roles
bool hasAnyRole(List<String> roles) => roles.any(hasRole);