flush method

void flush()
override

Implementation

void flush() {
  throw UnsupportedError("ColoredBuffer does not flush().");
}