shaderViewPath static method

String shaderViewPath(
  1. String shaderId
)

The relative path of the shader view url

  • shaderId: The shader id

Implementation

static String shaderViewPath(String shaderId) {
  return '$viewPath/$shaderId';
}