shareWith method
Implementation
Future<GroupScoped<Patient>> shareWith(EntityReferenceInGroup delegate, GroupScoped<Patient> patient, { PatientShareOptions? options }) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.inGroup.tryAndRecover.shareWith(
_sdkId,
delegate,
patient,
options,
);
}