closeSync method
Synchronously closes the file.
Throws a FileSystemException if the operation fails.
Implementation
@override
void closeSync() {
_assertIsOpen();
_isOpen = false;
}
Synchronously closes the file.
Throws a FileSystemException if the operation fails.
@override
void closeSync() {
_assertIsOpen();
_isOpen = false;
}