flush method

Future<void> flush()

Flushes pending writes to disk.

Implementation

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