tryDecrypt method
Implementation
Future<HealthElement> tryDecrypt(EncryptedHealthElement healthElement) async {
return await CardinalSdkPlatformInterface.instance.apis.healthElement.tryDecrypt(
_sdkId,
healthElement,
);
}
Future<HealthElement> tryDecrypt(EncryptedHealthElement healthElement) async {
return await CardinalSdkPlatformInterface.instance.apis.healthElement.tryDecrypt(
_sdkId,
healthElement,
);
}