withBatch<T> abstract method

void withBatch<T>(
  1. T fn()
)

Implementation

void withBatch<T>(T Function() fn);