repeat method
ResponseFuture<IdentifierResponse>
repeat(
- RepeatWithDeliveryDate request, {
- CallOptions? options,
Repeat
Implementation
$grpc.ResponseFuture<$1.IdentifierResponse> repeat(
$1.RepeatWithDeliveryDate request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$repeat, request, options: options);
}