GetLastError method

int GetLastError()

Implementation

int GetLastError() {
  return (_GetLastError ??= _dylib
      .lookupFunction<_c_GetLastError, _dart_GetLastError>('GetLastError'))();
}