lengthSync method - File class - dart:io library (original) (raw)

description

lengthSync abstract method

int lengthSync()

The length of the file provided synchronously.

Throws a FileSystemException if the operation fails.

Implementation

int lengthSync();