shareWithMany method

Implementation

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