startBatch method

void startBatch(
  1. String folderPath
)

Batch Generation

Implementation

void startBatch(String folderPath) {
  final batchGen = BatchGenerator(folderPath, config);
  batchGen.run();
}