run abstract method

Future<void> run(
  1. void batchHandler(
    1. Handler batch
    )
)

Runs a batch with the provided handler.

Implementation

Future<void> run(void Function(Handler batch) batchHandler);