onBatchEnd method

  1. @override
void onBatchEnd(
  1. Object? key,
  2. List<TId> ids, {
  3. Object? error,
})
override

A request finished. error is set if the whole batch threw.

Implementation

@override
void onBatchEnd(Object? key, List<TId> ids, {Object? error}) =>
    batchErrors.add(error);