flush method

void flush()

Implementation

void flush() {
  appenders.forEach((_, appender) => appender.flush());
}