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