1. @DomName('WebGLRenderingContext.clearDepth')
  2. @DocsEditable()
void clearDepth(num depth)

Source

@DomName('WebGLRenderingContext.clearDepth')
@DocsEditable()
void clearDepth(num depth) => _blink.BlinkWebGLRenderingContext.instance
    .clearDepth_Callback_1_(this, depth);