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.
null
0
Future<int?> length();