flush method

Future<void> flush()

Flushes the contents of the file to disk.

Implementation

Future<void> flush() async => (await _raf).flush();