shareWith method
Implementation
Future<EncryptedPatient> shareWith(String delegateId, EncryptedPatient patient, { PatientShareOptions? options }) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.encrypted.shareWith(
_sdkId,
delegateId,
patient,
options,
);
}