Asynchronously closes the input stream.
@override Future<void> close() async { await _file.close(); _position = 0; _fileSize = 0; }