lengthSync method - File class - dart:io library (original) (raw)
lengthSync abstract method
int lengthSync()
The length of the file provided synchronously.
Throws a FileSystemException if the operation fails.
Implementation
int lengthSync();
int lengthSync()
The length of the file provided synchronously.
Throws a FileSystemException if the operation fails.
int lengthSync();