Seeks to the given offset in the stream (from the beginning).
offset
@override Future<void> seek(int offset) { return _file.setPosition(offset); }