closeSync method
override
Synchronously closes the file.
Throws a FileSystemException if the operation fails.
Implementation
@override
void closeSync() => delegate.closeSync();
Synchronously closes the file.
Throws a FileSystemException if the operation fails.
@override
void closeSync() => delegate.closeSync();