createHealthElement method

Implementation

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