shareWithMany method

Implementation

Future<GroupScoped<EncryptedPatient>> shareWithMany(GroupScoped<EncryptedPatient> patient, Map<EntityReferenceInGroup, PatientShareOptions> delegates) async {
	return await CardinalSdkPlatformInterface.instance.apis.patient.inGroup.encrypted.shareWithMany(
		_sdkId,
		patient,
		delegates,
	);
}