nativeGetMasterFingerprint property

NativeGetMasterFingerprint nativeGetMasterFingerprint
latefinal

Implementation

late final NativeGetMasterFingerprint nativeGetMasterFingerprint = lib
    .lookup<NativeFunction<NativeGetMasterFingerprint>>(
        "${nativePrefix}_get_master_fingerprint")
    .asFunction();