closeSync method - RandomAccessFile class - dart:io library (original) (raw)
closeSync abstract method
void closeSync()
Synchronously closes the file.
Throws a FileSystemException if the operation fails.
Implementation
void closeSync();
void closeSync()
Synchronously closes the file.
Throws a FileSystemException if the operation fails.
void closeSync();