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