getToolArgsPreviewContentByToolId method

String getToolArgsPreviewContentByToolId(
  1. String toolId
)

Implementation

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