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