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