tryDecrypt method

Implementation

Future<List<GroupScoped<HealthElement>>> tryDecrypt(List<GroupScoped<EncryptedHealthElement>> healthElements) async {
	return await CardinalSdkPlatformInterface.instance.apis.healthElement.inGroup.tryDecrypt(
		_sdkId,
		healthElements,
	);
}