shareWith method

Implementation

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