run abstract method
- void batchHandler(
- Handler batch
Runs a batch with the provided handler.
Implementation
Future<void> run(void Function(Handler batch) batchHandler);
Runs a batch with the provided handler.
Future<void> run(void Function(Handler batch) batchHandler);