Dart API Reference
dart:io
RandomAccessFile
closeSync
closeSync
method
Synchronously closes the file.
void
closeSync
( )
Synchronously closes the file.
Throws a
FileSystemException
if the operation fails.