shareWithMany method

Implementation

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