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