flush method

  1. @override
void flush()
override

Implementation

@override
void flush() {
  print(buffer.join('\n'));
}