decrypt method

Implementation

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