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