updateParticipant method

ResponseFuture<Participant> updateParticipant(
  1. UpdateParticipantRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$9.Participant> updateParticipant(
    $9.UpdateParticipantRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateParticipant, request, options: options);
}