lengthSync method
- @override
override
Synchronously get the length of the file.
Throws a FileSystemException if the operation fails.
Implementation
@override
int lengthSync() => delegate.lengthSync();
Synchronously get the length of the file.
Throws a FileSystemException if the operation fails.
@override
int lengthSync() => delegate.lengthSync();