createHealthElement method

Implementation

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