BlockInput method

int BlockInput(
  1. int fBlockIt
)

Implementation

int BlockInput(
  int fBlockIt,
) {
  return (_BlockInput ??=
      _dylib.lookupFunction<_c_BlockInput, _dart_BlockInput>('BlockInput'))(
    fBlockIt,
  );
}