ChartExportBatchProgressErrorHandler typedef

ChartExportBatchProgressErrorHandler = void Function(Object error, StackTrace stackTrace, ChartExportBatchProgress progress)

Implementation

typedef ChartExportBatchProgressErrorHandler =
    void Function(
      Object error,
      StackTrace stackTrace,
      ChartExportBatchProgress progress,
    );