attachShader method
Implementation
void attachShader(WebGLProgram program, WebGLShader shader) =>
    js_util.callMethod(this, 'attachShader', [program, shader]);void attachShader(WebGLProgram program, WebGLShader shader) =>
    js_util.callMethod(this, 'attachShader', [program, shader]);