Future<void> Function(IOSink) jsonlEncodeAsyncForIOSink(Object items) { return (IOSink ioSink) => jsonlEncodeAsync(items: items, sink: ioSink); }