lengthSync method
The length of the file provided synchronously.
Throws a FileSystemException if the operation fails.
Implementation
@override
int lengthSync() {
return readAsBytesSync().length;
}
The length of the file provided synchronously.
Throws a FileSystemException if the operation fails.
@override
int lengthSync() {
return readAsBytesSync().length;
}