closeSync method - RandomAccessFile class - dart:io library (original) (raw)

description

closeSync abstract method

void closeSync()

Synchronously closes the file.

Throws a FileSystemException if the operation fails.

Implementation

void closeSync();