closeSync method

  1. @override
void closeSync()
override

Synchronously closes the file.

Throws a FileSystemException if the operation fails.

Implementation

@override
void closeSync() => delegate.closeSync();