nativeInit top-level property

int Function() nativeInit
final

Implementation

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