The length of the file.
Returns a Future<int> that completes with the length in bytes.
Future<int>
@override Future<int> length() { return Future.value(lengthSync()); }