InitAtomTable method

int InitAtomTable(
  1. int nSize
)

Implementation

int InitAtomTable(
  int nSize,
) {
  return (_InitAtomTable ??=
      _dylib.lookupFunction<_c_InitAtomTable, _dart_InitAtomTable>(
          'InitAtomTable'))(
    nSize,
  );
}