clearLastError method

void clearLastError()

Implementation

void clearLastError() {
  if (_engine == ffi.nullptr) return;
  _clearLastError(_engine);
}