nativeGetChildrenPath property

NativeGetChildrenPath nativeGetChildrenPath
getter/setter pair

Implementation

late NativeGetChildrenPath nativeGetChildrenPath = lib
    .lookup<NativeFunction<NativeGetChildrenPath>>(
        "${nativePrefix}_get_children_path")
    .asFunction();