Get the length of the file. Returns a Future<int> that completes with the length in bytes.
Future<int>
Future<int> length() { throw UnimplementedError('.length() has not been implemented.'); }