length method Null safety
override
Gets the length of the file.
Returns a Future<int>
that completes with the length in bytes.
Implementation
@override
Future<int> length() => delegate.length();
Gets the length of the file.
Returns a Future<int>
that completes with the length in bytes.
@override
Future<int> length() => delegate.length();