clearDepth method

void clearDepth(
  1. dynamic depth
)

Implementation

void clearDepth(/* double | NaN */ dynamic depth) =>
    js_util.callMethod(this, 'clearDepth', [depth]);