decrypt method

Implementation

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