deliverAll method

Implementation

Future<ChartExportDeliveryBatchResult> deliverAll(
  Iterable<ChartExportFile> files,
) {
  return ChartExportDelivery.deliverFiles(files, this);
}