flush method

void flush()

Implementation

void flush() {
  _ensureOpen();
  _raw.flush();
}