Releases any resources held by the writer.
@override Future<void> close() => _writers.map((w) => w.close()).wait;