PhotoBatchErrorHandler typedef

PhotoBatchErrorHandler = void Function(Object error, StackTrace stackTrace)

Implementation

typedef PhotoBatchErrorHandler = void Function(
  Object error,
  StackTrace stackTrace,
);