lengthSync method - RandomAccessFile class - dart:io library (original) (raw)
lengthSync abstract method
int lengthSync()
Synchronously gets the length of the file.
Throws a FileSystemException if the operation fails.
Implementation
int lengthSync();