length property

Future<int> length

Returns the length of the file in bytes The file does NOT have to be open to determine its length.

Implementation

Future<int> get length async => _file.length();