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