createHealthElement method

Implementation

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