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