Check if user has all of the specified roles
Future<bool> hasAllRoles( String userId, List<String> roles, { String? resource, Map<String, dynamic>? context, });