depthRange method Null safety

void depthRange(
  1. num zNear,
  2. num zFar
)

Implementation

void depthRange(num zNear, num zFar) native;