nativeMain top-level property

int Function() nativeMain
final

Implementation

final int Function() nativeMain = _nativeLib
    .lookup<NativeFunction<Int32 Function()>>('stockfish_main')
    .asFunction();