nativeGetKey property

NativeGetKey nativeGetKey
getter/setter pair

Implementation

late NativeGetKey nativeGetKey = lib
    .lookup<NativeFunction<NativeGetKey>>("${nativePrefix}_get_hd_key")
    .asFunction();