flush method

void flush()

Implementation

void flush() {
  _ensureOpen();
  _throwIfFailed(_bindings.zvecFlush(_handle));
}