length abstract method

Future<int?> length()

Get the length of the file in bytes, or null if it could not be determined (e.g. a failed disk read), distinct from a genuinely empty file, which returns 0.

Implementation

Future<int?> length();