createParticipant method

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

Implementation

$grpc.ResponseFuture<$10.Participant> createParticipant(
    $10.CreateParticipantRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createParticipant, request, options: options);
}