length method Null safety
The length of the file.
Returns a Future<int>
that completes with the length in bytes.
Implementation
Future<int> length();
The length of the file.
Returns a Future<int>
that completes with the length in bytes.
Future<int> length();