getHealthElement method
Implementation
Future<GroupScoped<EncryptedHealthElement>?> getHealthElement(String groupId, String entityId) async {
return await CardinalSdkPlatformInterface.instance.apis.healthElementBasic.inGroup.getHealthElement(
_sdkId,
groupId,
entityId,
);
}