getHealthElement method
Implementation
Future<HealthElement> getHealthElement(String entityId) async {
return await CardinalSdkPlatformInterface.instance.apis.healthElement.tryAndRecover.getHealthElement(
_sdkId,
entityId,
);
}
Future<HealthElement> getHealthElement(String entityId) async {
return await CardinalSdkPlatformInterface.instance.apis.healthElement.tryAndRecover.getHealthElement(
_sdkId,
entityId,
);
}