getCameraCullingNear method
Get the distance (in world units) to the near culling plane for the active camera.
Implementation
@override
Future<double> getCameraCullingNear() async {
return (await _shim.getCameraCullingNear().toDart).toDartDouble;
}