Synchronously get the length of the file. Throws a FileSystemException if the operation fails.
FileSystemException
@override int get lengthSync => file.statSync().size;