nativeGetDepth property

NativeGetDepth nativeGetDepth
getter/setter pair

Implementation

late NativeGetDepth nativeGetDepth = lib
    .lookup<NativeFunction<NativeGetDepth>>("${nativePrefix}_get_depth")
    .asFunction();