ChartExportDeliveryBatchProgressErrorHandler typedef

ChartExportDeliveryBatchProgressErrorHandler = void Function(Object error, StackTrace stackTrace, ChartExportDeliveryBatchProgress progress)

Implementation

typedef ChartExportDeliveryBatchProgressErrorHandler =
    void Function(
      Object error,
      StackTrace stackTrace,
      ChartExportDeliveryBatchProgress progress,
    );