createParticipant method

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

Implementation

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