decrypt method

Implementation

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