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