createHealthElement method
Implementation
Future<GroupScoped<HealthElement>> createHealthElement(GroupScoped<HealthElement> entity) async {
return await CardinalSdkPlatformInterface.instance.apis.healthElement.inGroup.tryAndRecover.createHealthElement(
_sdkId,
entity,
);
}