flush method

Future<void> flush()

Flushes the buffer, ensuring all written data is actually written.

Implementation

Future<void> flush() => _writer.flush();