onBatchStart method

  1. @override
void onBatchStart(
  1. Object? key,
  2. List<TId> ids
)
override

A request is about to be sent for ids under key.

Implementation

@override
void onBatchStart(Object? key, List<TId> ids) =>
    batches.add(List<TId>.unmodifiable(ids));