ChartExportDeliveryRetryPredicate typedef

ChartExportDeliveryRetryPredicate = bool Function(ChartExportDeliveryResult result, int attempt, int maxAttempts)

Implementation

typedef ChartExportDeliveryRetryPredicate =
    bool Function(
      ChartExportDeliveryResult result,
      int attempt,
      int maxAttempts,
    );