ParallelExceptionHandler<T> typedef

ParallelExceptionHandler<T> = FutureOr<ParallelResult<T>> Function(Object error)

Implementation

typedef ParallelExceptionHandler<T> = FutureOr<ParallelResult<T>> Function(
  Object error,
);