createDelegationDeAnonymizationMetadata method

Future<void> createDelegationDeAnonymizationMetadata(
  1. GroupScoped<DecryptedPatient> entity,
  2. Set<EntityReferenceInGroup> delegates
)

Implementation

Future<void> createDelegationDeAnonymizationMetadata(GroupScoped<DecryptedPatient> entity, Set<EntityReferenceInGroup> delegates) async {
	return await CardinalSdkPlatformInterface.instance.apis.patient.inGroup.createDelegationDeAnonymizationMetadata(
		_sdkId,
		entity,
		delegates,
	);
}