retryAll method

ResponseFuture<AsyncOperation> retryAll(
  1. AsyncOperationId request, {
  2. CallOptions? options,
})

Async: Retry all failed items in an operation.

Implementation

$grpc.ResponseFuture<$0.AsyncOperation> retryAll(
  $1.AsyncOperationId request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$retryAll, request, options: options);
}