flush method

Future<void> flush()

Flush all pending data from the underlying IOSink. Returns a Future that completes when the flush is finished. See IOSink.flush.

Implementation

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