close method

Future<void> close()

Close and flushes the file to disk.

Implementation

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