dryRun static method

ChartExportDeliveryAdapter dryRun({
  1. ChartExportDeliveryIntent intent = ChartExportDeliveryIntent.custom,
})

Implementation

static ChartExportDeliveryAdapter dryRun({
  ChartExportDeliveryIntent intent = ChartExportDeliveryIntent.custom,
}) {
  return ChartExportDryRunDeliveryAdapter(intent: intent);
}