batch abstract method

Future<void> batch(
  1. void executor(
    1. Batch batch
    )
)

Implementation

Future<void> batch(void Function(Batch batch) executor);