getToolArgsPreviewContentByToolId method
Implementation
String getToolArgsPreviewContentByToolId(String toolId) =>
ToolArgsDeltaService.getPreviewContent(
toolId: toolId,
previewsById: toolArgsPreviewContentsById,
rawBuffersById: _toolArgsDeltaBuffers,
);