nativeGetPath property

NativeGetPath nativeGetPath
getter/setter pair

Implementation

late NativeGetPath nativeGetPath = lib
    .lookup<NativeFunction<NativeGetPath>>("${nativePrefix}_get_path")
    .asFunction();