shareWith method

Implementation

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