createHealthElement method

Future<GroupScoped<HealthElement>> createHealthElement(
  1. GroupScoped<HealthElement> entity
)

Implementation

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